Commit 4231f05b authored by Aurelien Jacobs's avatar Aurelien Jacobs

VP3 parser can also handle VP6 without any changes.

Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b3bf98aa
......@@ -36,7 +36,8 @@ static int parse(AVCodecParserContext *s,
}
AVCodecParser vp3_parser = {
{ CODEC_ID_THEORA, CODEC_ID_VP3 },
{ CODEC_ID_THEORA, CODEC_ID_VP3,
CODEC_ID_VP6, CODEC_ID_VP6F, CODEC_ID_VP6A },
0,
NULL,
parse,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment