Commit 04381e17 authored by al3x's avatar al3x

warning fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2019 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dc4ce351
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment