forked from FFmpeg/FFmpeg
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue