mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-26 21:10:34 +00:00
mode_code_vlc_table size mismatch
Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1fd7ec4412
commit
2b18752c28
@ -118,7 +118,7 @@ static const uint16_t fragment_run_length_vlc_table[30][2] = {
|
||||
{ 0x1FC, 9 }, { 0x1FD, 9 }, { 0x1FE, 9 }, { 0x1FF, 9 }
|
||||
};
|
||||
|
||||
static const uint8_t mode_code_vlc_table[30][2] = {
|
||||
static const uint8_t mode_code_vlc_table[8][2] = {
|
||||
{ 0, 1 }, { 2, 2 },
|
||||
{ 6, 3 }, { 14, 4 },
|
||||
{ 30, 5 }, { 62, 6 },
|
||||
|
Loading…
Reference in New Issue
Block a user