mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avcodec/bonk: increase level limit as joint encodings needs more
This commit is contained in:
parent
3879555cd5
commit
5852682dbd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user