summaryrefslogtreecommitdiff
path: root/libavcodec/vp56data.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-10-14 22:30:59 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-10-14 22:30:59 +0000
commitf28b10483accd131125752e45160508b260ca9ac (patch)
tree64e1160ff576fb1e620b80ede5a2cece34c2d724 /libavcodec/vp56data.c
parent437c2079b7984f4989dbc924cf06d1645fa90d82 (diff)
add support for VP6 with huffman encoded blocks
closes issue 104 Originally committed as revision 10737 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56data.c')
-rw-r--r--libavcodec/vp56data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp56data.c b/libavcodec/vp56data.c
index 8b4a03aeb9..a7171c695c 100644
--- a/libavcodec/vp56data.c
+++ b/libavcodec/vp56data.c
@@ -62,5 +62,5 @@ const vp56_tree_t vp56_pc_tree[] = {
{ 2,10}, {-4}, {-5},
};
-const uint8_t vp56_coeff_bias[] = { 5, 7, 11, 19, 35, 67 };
+const uint8_t vp56_coeff_bias[] = { 0, 1, 2, 3, 4, 5, 7, 11, 19, 35, 67 };
const uint8_t vp56_coeff_bit_length[] = { 0, 1, 2, 3, 4, 10 };