You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/ffv1: Increase the maximum number of slices to 1024
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user