Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoogle <>2010-05-19 20:50:06 +0400
committerDavid Conrad <lessen42@gmail.com>2010-05-19 20:50:06 +0400
commit23966972aba91225e340fbb8d624a78641bbfee3 (patch)
tree60766de22da29fe773930505e40463a543b5fe4f /libavformat/matroska.c
parenta98c2dfab0868204f20e2a8184e7af1fd3356331 (diff)
matroska: Add V_VP8
Patch by Google Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 214825a180..dac4735a50 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -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}
};