mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-20 05:50:10 +01:00
h264: disable ER by default
The way it is currently designed is fundamentally unsafe and cannot be reasonably fixed without completely rewriting it.
This commit is contained in:
@@ -727,6 +727,8 @@ typedef struct H264Context {
|
||||
|
||||
int cur_chroma_format_idc;
|
||||
|
||||
int enable_er;
|
||||
|
||||
AVBufferPool *qscale_table_pool;
|
||||
AVBufferPool *mb_type_pool;
|
||||
AVBufferPool *motion_val_pool;
|
||||
|
||||
Reference in New Issue
Block a user