mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
proresdec: add UPDATE_CACHE, should fix decoding with -Os
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7c29313b38
commit
29179239f5
@ -325,7 +325,7 @@ static av_always_inline void decode_ac_coeffs(AVCodecContext *avctx, GetBitConte
|
||||
int log2_block_count = av_log2(blocks_per_slice);
|
||||
|
||||
OPEN_READER(re, gb);
|
||||
|
||||
UPDATE_CACHE(re, gb); \
|
||||
run = 4;
|
||||
level = 2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user