comparison h264_cavlc.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 d7e7c2d42732
comparison
equal deleted inserted replaced
10906:1b5fba731e24 10907:2d82b73b12ef
629 if(MB_MBAFF){ 629 if(MB_MBAFF){
630 h->ref_count[0] <<= 1; 630 h->ref_count[0] <<= 1;
631 h->ref_count[1] <<= 1; 631 h->ref_count[1] <<= 1;
632 } 632 }
633 633
634 fill_caches(h, mb_type, 0); 634 fill_decode_caches(h, mb_type);
635 635
636 //mb_pred 636 //mb_pred
637 if(IS_INTRA(mb_type)){ 637 if(IS_INTRA(mb_type)){
638 int pred_mode; 638 int pred_mode;
639 // init_top_left_availability(h); 639 // init_top_left_availability(h);