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

@@ -156,6 +156,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (VP3, vp3);
REGISTER_DECODER (VP5, vp5);
REGISTER_DECODER (VP6, vp6);
REGISTER_DECODER (VP6A, vp6a);
REGISTER_DECODER (VP6F, vp6f);
REGISTER_DECODER (VQA, vqa);
REGISTER_ENCDEC (WMV1, wmv1);