mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mpegvideo: increase MAX_PICTURE_NUMBER.
avoid abort(). Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ade9960fc6
commit
24c043c98e
@ -60,7 +60,7 @@ enum OutputFormat {
|
||||
|
||||
#define MAX_THREADS 32
|
||||
|
||||
#define MAX_PICTURE_COUNT 32
|
||||
#define MAX_PICTURE_COUNT 34
|
||||
|
||||
#define ME_MAP_SIZE 64
|
||||
#define ME_MAP_SHIFT 3
|
||||
|
Loading…
Reference in New Issue
Block a user