summaryrefslogtreecommitdiff
path: root/libavcodec/h264_cavlc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-17 21:43:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-17 21:43:08 +0000
commitf432b43b0807fd86ef5d691be6b2b8f918e7c6b1 (patch)
treef1126b95ac82621750796ecc7c1dc1146b440774 /libavcodec/h264_cavlc.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_cavlc.c')
-rw-r--r--libavcodec/h264_cavlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c
index 700064019c..2e802f5fb5 100644
--- a/libavcodec/h264_cavlc.c
+++ b/libavcodec/h264_cavlc.c
@@ -631,7 +631,7 @@ decode_intra_mb:
h->ref_count[1] <<= 1;
}
- fill_caches(h, mb_type, 0);
+ fill_decode_caches(h, mb_type);
//mb_pred
if(IS_INTRA(mb_type)){