summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4data.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-07-07 16:06:00 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-07-07 16:06:00 +0000
commit4b0e52f63505b21b8191ef8bc285108d74f31fe3 (patch)
treef6f20b06133d13288ddb3d0873084998cbf8ee66 /libavcodec/mpeg4data.h
parent05fd1577bee884fa8d39ae9f56c29c3bde88bf7d (diff)
warning fix
Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4data.h')
-rw-r--r--libavcodec/mpeg4data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg4data.h b/libavcodec/mpeg4data.h
index bc0d4530e1..8dc8c9deea 100644
--- a/libavcodec/mpeg4data.h
+++ b/libavcodec/mpeg4data.h
@@ -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,