diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-19 03:43:53 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-03 19:49:55 +0100 |
commit | f57c629b18cb0eebbb1203149390943c465acd9d (patch) | |
tree | f709bb59823230270e516a7005ff2ebae6d10c65 | |
parent | 0815a2907a55f20e18679c4d35c8421ec7317718 (diff) | |
download | ffmpeg-f57c629b18cb0eebbb1203149390943c465acd9d.tar.gz |
proresdec: add UPDATE_CACHE, should fix decoding with -Os
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 29179239f5cf11c189a0ef20605ef5f5963fdb18)
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 a96af4fa9f..10a677d929 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; |