summaryrefslogtreecommitdiff
path: root/libavcodec/vp56data.c
diff options
context:
space:
mode:
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 };