changeset 11102:3b135f70c097 libavcodec

Remove an apparently unneeded && !FRAME_MBAFF. This should speed the affected cases (MBAFF temporal direct MBs) up.
author michael
date Mon, 08 Feb 2010 04:24:50 +0000
parents a82b9c88682f
children 3bc0125e19fe
files h264.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.h	Mon Feb 08 03:22:17 2010 +0000
+++ b/h264.h	Mon Feb 08 04:24:50 2010 +0000
@@ -990,7 +990,7 @@
                 }
             }
 
-            if((IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred) && !FRAME_MBAFF)
+            if((IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred))
                 continue;
 
             if(USES_LIST(topleft_type, list)){