Browse Source

warning fix

Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi 22 years ago
parent
commit
4b0e52f635
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpeg4data.h

+ 1
- 1
libavcodec/mpeg4data.h 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,


Loading…
Cancel
Save