Browse Source

mpegvideo: increase MAX_PICTURE_NUMBER.

avoid abort().

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 12 years ago
parent
commit
24c043c98e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegvideo.h

+ 1
- 1
libavcodec/mpegvideo.h View File

@@ -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…
Cancel
Save