warning fix

Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2003-07-07 16:06:00 +00:00
parent 05fd1577be
commit 4b0e52f635
1 changed files with 1 additions and 1 deletions

View File

@ -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,