1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

View File

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