Commit a3db6b9c authored by michael's avatar michael

Skip some more code that isnt needed for direct MBs.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 10759f89
...@@ -1026,7 +1026,7 @@ static void fill_decode_caches(H264Context *h, int mb_type){ ...@@ -1026,7 +1026,7 @@ static void fill_decode_caches(H264Context *h, int mb_type){
*(uint32_t*)h->mv_cache [list][scan8[4 ]]= *(uint32_t*)h->mv_cache [list][scan8[4 ]]=
*(uint32_t*)h->mv_cache [list][scan8[12]]= 0; *(uint32_t*)h->mv_cache [list][scan8[12]]= 0;
if( CABAC ) { if( CABAC && !IS_DIRECT(mb_type)) {
/* XXX beurk, Load mvd */ /* XXX beurk, Load mvd */
if(USES_LIST(top_type, list)){ if(USES_LIST(top_type, list)){
const int b_xy= h->mb2b_xy[top_xy] + 3*h->b_stride; const int b_xy= h->mb2b_xy[top_xy] + 3*h->b_stride;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment