mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 04:12:14 +00:00
Remove an apparently unneeded && !FRAME_MBAFF.
This should speed the affected cases (MBAFF temporal direct MBs) up. Originally committed as revision 21686 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
542d4a756a
commit
8a3b90686d
@ -990,7 +990,7 @@ static void fill_decode_caches(H264Context *h, int mb_type){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if((IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred) && !FRAME_MBAFF)
|
if((IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if(USES_LIST(topleft_type, list)){
|
if(USES_LIST(topleft_type, list)){
|
||||||
|
Loading…
Reference in New Issue
Block a user