diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-19 03:43:53 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-19 03:43:53 +0100 |
commit | 29179239f5cf11c189a0ef20605ef5f5963fdb18 (patch) | |
tree | 17e2438853975af75fac5b813c65950254977ce3 | |
parent | 7c29313b387392fa305365e855fa408cd28c276e (diff) | |
download | ffmpeg-29179239f5cf11c189a0ef20605ef5f5963fdb18.tar.gz |
proresdec: add UPDATE_CACHE, should fix decoding with -Os
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/proresdec2.c | 2 |
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; |