This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
05fd1577be
commit
4b0e52f635
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save