mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
warning fix
Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
05fd1577be
commit
4b0e52f635
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user