This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
VP3 parser can also handle VP6 without any changes.
Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs
17 years ago
parent
b3bf98aa56
commit
4231f05b28
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavcodec/vp3_parser.c
+ 2
- 1
libavcodec/vp3_parser.c
View File
@@ -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,
Write
Preview
Loading…
Cancel
Save