# HG changeset patch
# User michael
# Date 1265603090 0
# Node ID 3b135f70c097f3ea17094d046e613d64fdbcf15a
# Parent  a82b9c88682f25e0bf99dff0149e5f86ddc2eacd
Remove an apparently unneeded  && !FRAME_MBAFF.
This should speed the affected cases (MBAFF temporal direct MBs) up.

diff -r a82b9c88682f -r 3b135f70c097 h264.h
--- 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)){