Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-18 00:43:08 +0300
committerMichael Niedermayer <michaelni@gmx.at>2010-01-18 00:43:08 +0300
commitf432b43b0807fd86ef5d691be6b2b8f918e7c6b1 (patch)
treef1126b95ac82621750796ecc7c1dc1146b440774 /libavcodec/h264_cabac.c
parentc988f97566cdf536ba0dcbc0d77d885456852060 (diff)
Split fill_caches() between filter and decoder.
Originally committed as revision 21271 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264_cabac.c')
-rw-r--r--libavcodec/h264_cabac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index d4669c9a77..1375e9e4f7 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -1403,7 +1403,7 @@ decode_intra_mb:
h->ref_count[1] <<= 1;
}
- fill_caches(h, mb_type, 0);
+ fill_decode_caches(h, mb_type);
if( IS_INTRA( mb_type ) ) {
int i, pred_mode;