Chromium Code Reviews| Index: patched-ffmpeg-mt/libavcodec/h264data.h |
| =================================================================== |
| --- patched-ffmpeg-mt/libavcodec/h264data.h (revision 41250) |
| +++ patched-ffmpeg-mt/libavcodec/h264data.h (working copy) |
| @@ -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, }, |