Commit cb3669ae authored by aurel's avatar aurel

VP3 parser can also handle VP6 without any changes.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13990 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 844f964e
......@@ -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