ffmpeg | branch: master | Luca Barbato <[email protected]> | Thu Mar 13 22:14:43 2014 +0100| [fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a] | committer: Luca Barbato
matroska: Register mime types > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a --- libavformat/matroskadec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 22108ad..f15b0b3 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -2607,4 +2607,5 @@ AVInputFormat ff_matroska_demuxer = { .read_packet = matroska_read_packet, .read_close = matroska_read_close, .read_seek = matroska_read_seek, + .mime_type = "audio/webm,audio/x-matroska,video/webm,video/x-matroska" }; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
