Commit 24c043c9 authored by Michael Niedermayer's avatar Michael Niedermayer

mpegvideo: increase MAX_PICTURE_NUMBER.

avoid abort().

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ade9960f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment