diff h264data.h @ 11145:8805efb4c3fd libavcodec

Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
author michael
date Sat, 13 Feb 2010 15:57:49 +0000
parents 7101061bfa0f
children 7dd2a45249a9
line wrap: on
line diff
--- a/h264data.h	Sat Feb 13 15:30:27 2010 +0000
+++ b/h264data.h	Sat Feb 13 15:57:49 2010 +0000
@@ -197,7 +197,7 @@
 };
 
 static const PMbInfo b_mb_type_info[23]={
-{MB_TYPE_DIRECT2                                                   , 1, },
+{MB_TYPE_DIRECT2|MB_TYPE_L0L1                                      , 1, },
 {MB_TYPE_16x16|MB_TYPE_P0L0                                       , 1, },
 {MB_TYPE_16x16             |MB_TYPE_P0L1                          , 1, },
 {MB_TYPE_16x16|MB_TYPE_P0L0|MB_TYPE_P0L1                          , 1, },