X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fffv1.h;h=653138b0702196f186b930df4eb940da774b573c;hb=6c9f44a3c2cc0c7094178438e65d2abc0f415b07;hp=c2bae1e6da178452d09e8017b2078826df665c71;hpb=19bb2cade5c8a9d7e666b9b668f7bb8f28e8b759;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;