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