diff h264.h @ 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 4aa724a692f5
children 0f7dcfca7b2e
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)){