projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd7ec4
)
mode_code_vlc_table size mismatch
author
Alex Beregszaszi
<alex@rtfs.hu>
Sun, 13 Nov 2005 17:46:21 +0000
(17:46 +0000)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/libavcodec/vp3data.h
b/libavcodec/vp3data.h
index 8bead2fc157091f346b2c01baf6890850037d243..895ba2ed43e7c0b3852204948187476effb556ea 100644
(file)
--- a/
libavcodec/vp3data.h
+++ b/
libavcodec/vp3data.h
@@
-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 },