]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/matroska.c
Rename av_tempfile() to ff_tempfile()
[ffmpeg] / libavformat / matroska.c
index 214825a180c6ce859c0dc2f51672cd681574df59..dac4735a50e2b99c05aad53eaa01ca71a46f1081 100644 (file)
@@ -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}
 };