mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avcodec/bonk: increase level limit as joint encodings needs more
This commit is contained in:
+1
-1
@@ -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