Commit 29179239 authored by Michael Niedermayer's avatar Michael Niedermayer

proresdec: add UPDATE_CACHE, should fix decoding with -Os

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7c29313b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment