mode_code_vlc_table size mismatch
authorAlex Beregszaszi <alex@rtfs.hu>
Sun, 13 Nov 2005 17:46:21 +0000 (17:46 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Sun, 13 Nov 2005 17:46:21 +0000 (17:46 +0000)
Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vp3data.h

index 8bead2f..895ba2e 100644 (file)
@@ -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 },