mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
avcodec/ffv1: Increase the maximum number of slices to 1024
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
db5bf64b21
commit
449cdfa687
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user