mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-08 15:15:33 +01:00
mpeg4 b-frames :)
create slightly more correct headers & add "ffmpeg" user-data section Originally committed as revision 328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -99,3 +99,7 @@ static const UINT16 sprite_trajectory_tab[15][2] = {
|
||||
{0x0E, 4}, {0x1E, 5}, {0x3E, 6}, {0x7E, 7}, {0xFE, 8},
|
||||
{0x1FE, 9},{0x3FE, 10},{0x7FE, 11},{0xFFE, 12},
|
||||
};
|
||||
|
||||
static const UINT8 mb_type_b_tab[4][2] = {
|
||||
{1, 1}, {1, 2}, {1, 3}, {1, 4},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user