diff h264_cabac.c @ 10907:2d82b73b12ef libavcodec

Split fill_caches() between filter and decoder.
author michael
date Sun, 17 Jan 2010 21:43:08 +0000
parents 1b5fba731e24
children b4e6b2d301ad
line wrap: on
line diff
--- a/h264_cabac.c	Sun Jan 17 20:35:55 2010 +0000
+++ b/h264_cabac.c	Sun Jan 17 21:43:08 2010 +0000
@@ -1403,7 +1403,7 @@
         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;