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:
Anton Khirnov
2015-03-31 10:35:15 +02:00
parent 3892bdab9b
commit a4d34e218f
4 changed files with 30 additions and 2 deletions

View File

@@ -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;