You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	VP3 parser can also handle VP6 without any changes.
Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user