Mercurial > libavcodec.hg
changeset 1349:89e6c3ce263a libavcodec
warning fix
| author | al3x |
|---|---|
| date | Mon, 07 Jul 2003 16:06:00 +0000 |
| parents | 8f613147c6cb |
| children | e7c8051e1849 |
| files | mpeg4data.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpeg4data.h Mon Jul 07 11:25:31 2003 +0000 +++ b/mpeg4data.h Mon Jul 07 16:06:00 2003 +0000 @@ -27,7 +27,7 @@ #define MOTION_MARKER 0x1F001 #define DC_MARKER 0x6B001 -const static int mb_type_b_map[4]= { +static const int mb_type_b_map[4]= { MB_TYPE_DIRECT2 | MB_TYPE_L0L1, MB_TYPE_L0L1 | MB_TYPE_16x16, MB_TYPE_L1 | MB_TYPE_16x16,
