Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-09-25 23:12:46 +0400
committerAurelien Jacobs <aurel@gnuage.org>2007-09-25 23:12:46 +0400
commit91fc2cf150cdee0493e51dfe44df0ab88ff2f31b (patch)
tree8beec3900d9005aa6fc13d527d054b761ca9dbc9 /libavcodec/vp56data.c
parent58f66029b6bb8f14ae0dcadf0cd73d92f38ccb38 (diff)
add a new vp6a codec (add alpha plan support to vp6)
Originally committed as revision 10574 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 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] = {