summaryrefslogtreecommitdiff
path: root/libavcodec/proresdec2.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-19 03:43:53 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-19 03:43:53 +0100
commit29179239f5cf11c189a0ef20605ef5f5963fdb18 (patch)
tree17e2438853975af75fac5b813c65950254977ce3 /libavcodec/proresdec2.c
parent7c29313b387392fa305365e855fa408cd28c276e (diff)
proresdec: add UPDATE_CACHE, should fix decoding with -Os
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/proresdec2.c')
-rw-r--r--libavcodec/proresdec2.c2
1 files changed, 1 insertions, 1 deletions
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;