You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
matroska: Add V_VP8
Patch by Google Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -76,6 +76,7 @@ const CodecTags ff_mkv_codec_tags[]={
|
||||
{"V_SNOW" , CODEC_ID_SNOW},
|
||||
{"V_THEORA" , CODEC_ID_THEORA},
|
||||
{"V_UNCOMPRESSED" , CODEC_ID_RAWVIDEO},
|
||||
{"V_VP8" , CODEC_ID_VP8},
|
||||
|
||||
{"" , CODEC_ID_NONE}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user