From 91fc2cf150cdee0493e51dfe44df0ab88ff2f31b Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 25 Sep 2007 19:12:46 +0000 Subject: add a new vp6a codec (add alpha plan support to vp6) Originally committed as revision 10574 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 3510eac586..8b4a03aeb9 100644 --- a/libavcodec/vp56data.c +++ b/libavcodec/vp56data.c @@ -23,7 +23,7 @@ #include "vp56data.h" -const uint8_t vp56_b2p[] = { 0, 0, 0, 0, 1, 2 }; +const uint8_t vp56_b2p[] = { 0, 0, 0, 0, 1, 2, 3, 3, 3, 3 }; const uint8_t vp56_b6to4[] = { 0, 0, 1, 1, 2, 3 }; const uint8_t vp56_coeff_parse_table[6][11] = { -- cgit v1.2.3