mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-03-13 09:00:40 +08:00
avcodec/bonk: increase level limit as joint encodings needs more
This commit is contained in:
@@ -217,7 +217,7 @@ static int intlist_read(BonkContext *s, int *buf, int entries, int base_2_part)
|
||||
level += 1 << low_bits;
|
||||
}
|
||||
|
||||
if (level > 1 << 15)
|
||||
if (level > 1 << 16)
|
||||
return AVERROR_INVALIDDATA;
|
||||
|
||||
if (x >= max_x)
|
||||
|
||||
Reference in New Issue
Block a user