diff options
author | sanpei <sanpei@FreeBSD.org> | 2009-12-15 20:09:16 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2009-12-15 20:09:16 +0800 |
commit | 288e8594af38e8bfd5d9b534050d32e9293bb2c6 (patch) | |
tree | 319fb5f21536c43515fbf130cb70838603bf46ec /net | |
parent | fed77b7f5b8a7117976510d1627dc65283a25ea2 (diff) | |
download | freebsd-ports-gnome-288e8594af38e8bfd5d9b534050d32e9293bb2c6.tar.gz freebsd-ports-gnome-288e8594af38e8bfd5d9b534050d32e9293bb2c6.tar.zst freebsd-ports-gnome-288e8594af38e8bfd5d9b534050d32e9293bb2c6.zip |
add more suffix names for PlayStation3.
mpg,mpeg,vob,vro: MPEG2
m2ts, mts:H.264/MPEG-4 AVC(AVCHD)
Approved by: Leonhard Wimmer <leo at mediatomb.cc> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/mediatomb/files/config.xml.dist.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/mediatomb/files/config.xml.dist.in b/net/mediatomb/files/config.xml.dist.in index 043b99f6c0f4..e4d5ffdb4bdc 100644 --- a/net/mediatomb/files/config.xml.dist.in +++ b/net/mediatomb/files/config.xml.dist.in @@ -50,6 +50,12 @@ <extension-mimetype ignore-unknown="no"> <map from="mp3" to="audio/mpeg"/> <map from="ogg" to="application/ogg"/> + <map from="mpg" to="video/mpeg"/> + <map from="mpeg" to="video/mpeg"/> + <map from="vob" to="video/mpeg"/> + <map from="vro" to="video/mpeg"/> + <map from="m2ts" to="video/avc"/> + <map from="mts" to="video/avc"/> <map from="asf" to="video/x-ms-asf"/> <map from="asx" to="video/x-ms-asf"/> <map from="wma" to="audio/x-ms-wma"/> @@ -109,4 +115,4 @@ </profile> </profiles> </transcoding> -</config>
\ No newline at end of file +</config> |