comparison mpeg4data.h @ 1349:89e6c3ce263a libavcodec

warning fix
author al3x
date Mon, 07 Jul 2003 16:06:00 +0000
parents fea03d2c4946
children ad5461bad820
comparison
equal deleted inserted replaced
1348:8f613147c6cb 1349:89e6c3ce263a
25 #define GMC_SPRITE 2 25 #define GMC_SPRITE 2
26 26
27 #define MOTION_MARKER 0x1F001 27 #define MOTION_MARKER 0x1F001
28 #define DC_MARKER 0x6B001 28 #define DC_MARKER 0x6B001
29 29
30 const static int mb_type_b_map[4]= { 30 static const int mb_type_b_map[4]= {
31 MB_TYPE_DIRECT2 | MB_TYPE_L0L1, 31 MB_TYPE_DIRECT2 | MB_TYPE_L0L1,
32 MB_TYPE_L0L1 | MB_TYPE_16x16, 32 MB_TYPE_L0L1 | MB_TYPE_16x16,
33 MB_TYPE_L1 | MB_TYPE_16x16, 33 MB_TYPE_L1 | MB_TYPE_16x16,
34 MB_TYPE_L0 | MB_TYPE_16x16, 34 MB_TYPE_L0 | MB_TYPE_16x16,
35 }; 35 };