From 4231f05b2893b117a4ea86c098612805ed51d295 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Thu, 26 Jun 2008 17:14:20 +0000 Subject: VP3 parser can also handle VP6 without any changes. Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp3_parser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/vp3_parser.c') diff --git a/libavcodec/vp3_parser.c b/libavcodec/vp3_parser.c index 818b460ffc..c22e6dd277 100644 --- a/libavcodec/vp3_parser.c +++ b/libavcodec/vp3_parser.c @@ -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, -- cgit v1.2.3