[SCM] libav/experimental: matroska: Register mime types
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Aug 10 16:04:05 UTC 2014
The following commit has been merged in the experimental branch:
commit fa38573cd9ce4ab727f86f57c03b113cfd4c9d0a
Author: Luca Barbato <lu_zero at gentoo.org>
Date: Thu Mar 13 22:14:43 2014 +0100
matroska: Register mime types
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"
};
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list