Commit 69e65f54 authored by alex's avatar alex

mode_code_vlc_table size mismatch


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4701 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6984e8ea
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment