diff vp56data.c @ 5821:51918cb97f6f libavcodec

add support for VP6 with huffman encoded blocks closes issue 104
author aurel
date Sun, 14 Oct 2007 22:30:59 +0000
parents 314be1cfdcb0
children 524cb7f5ad2b
line wrap: on
line diff
--- a/vp56data.c	Sun Oct 14 21:19:40 2007 +0000
+++ b/vp56data.c	Sun Oct 14 22:30:59 2007 +0000
@@ -62,5 +62,5 @@
     { 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 };