Commit 449cdfa6 authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent db5bf64b
......@@ -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;
......
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