From 5ca43c25f6143d376c3491fe7c802dfc87814769 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 13 Feb 2010 15:57:49 +0000 Subject: Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. Originally committed as revision 21794 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264data.h') diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 8f93e42653..101633ad93 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -197,7 +197,7 @@ static const PMbInfo p_sub_mb_type_info[4]={ }; 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, }, -- cgit v1.2.3