From f28b10483accd131125752e45160508b260ca9ac Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 14 Oct 2007 22:30:59 +0000 Subject: add support for VP6 with huffman encoded blocks closes issue 104 Originally committed as revision 10737 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp56data.c') 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 }; -- cgit v1.2.3