From 29179239f5cf11c189a0ef20605ef5f5963fdb18 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 19 Dec 2011 03:43:53 +0100 Subject: [PATCH] proresdec: add UPDATE_CACHE, should fix decoding with -Os Signed-off-by: Michael Niedermayer --- libavcodec/proresdec2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/proresdec2.c b/libavcodec/proresdec2.c index aad7b54056..82848a46e7 100644 --- a/libavcodec/proresdec2.c +++ b/libavcodec/proresdec2.c @@ -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;