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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/264/head^2
Michael Niedermayer 8 years ago
parent db5bf64b21
commit 449cdfa687
  1. 2
      libavcodec/ffv1.h

@ -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;

Loading…
Cancel
Save