mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
Merge remote-tracking branch 'qatar/release/9' into release/1.1
* qatar/release/9: prores: Error out only on surely incomplete ac_coeffs Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -389,7 +389,7 @@ static inline int decode_ac_coeffs(GetBitContext *gb, DCTELEM *out,
|
||||
|
||||
bits_left = get_bits_left(gb);
|
||||
if (bits_left <= 0 || (bits_left <= 8 && !show_bits(gb, bits_left)))
|
||||
return AVERROR_INVALIDDATA;
|
||||
return 0;
|
||||
|
||||
run = decode_vlc_codeword(gb, ff_prores_ac_codebook[run_cb_index]);
|
||||
if (run < 0)
|
||||
|
||||
Reference in New Issue
Block a user