avcodec/ffv1: Increase the maximum number of slices to 1024

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2017-06-15 20:26:14 +02:00
parent db5bf64b21
commit 449cdfa687
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ typedef struct PlaneContext {
uint8_t interlace_bit_state[2];
} PlaneContext;
#define MAX_SLICES 256
#define MAX_SLICES 1024
typedef struct FFV1Context {
AVClass *class;