add a new vp6a codec (add alpha plan support to vp6)

Originally committed as revision 10574 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-09-25 19:12:46 +00:00
parent 58f66029b6
commit 91fc2cf150
8 changed files with 87 additions and 33 deletions

View file

@ -166,6 +166,7 @@ enum CodecID {
CODEC_ID_BETHSOFTVID,
CODEC_ID_PTX,
CODEC_ID_TXD,
CODEC_ID_VP6A,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,