diff h264_cabac.c @ 11183:d1a855cb0a0c libavcodec

Split setting neighboring MBs from fill_decode_caches() no speed change.
author michael
date Mon, 15 Feb 2010 22:07:02 +0000
parents 0c93bb2b3cb0
children cc70f8c44019
line wrap: on
line diff
--- a/h264_cabac.c	Mon Feb 15 19:22:09 2010 +0000
+++ b/h264_cabac.c	Mon Feb 15 22:07:02 2010 +0000
@@ -1365,6 +1365,7 @@
         h->ref_count[1] <<= 1;
     }
 
+    fill_decode_neighbors(h, mb_type);
     fill_decode_caches(h, mb_type);
 
     if( IS_INTRA( mb_type ) ) {