summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavcodec/ffv1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index c2bae1e..653138b 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;
OpenPOWER on IntegriCloud