X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fffv1.h;h=653138b0702196f186b930df4eb940da774b573c;hb=3dc01223ef5248ec559e439fb22c38721151c894;hp=c2bae1e6da178452d09e8017b2078826df665c71;hpb=964ae2db322c528aca1f6f303fc5c5274ddc3b1c;p=ffmpeg diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index c2bae1e6da1..653138b0702 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -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;