[vlc-commits] macosx: added another OPUS MIME type

Felix Paul Kühne git at videolan.org
Thu Sep 13 01:50:03 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Sep 13 01:49:47 2012 +0200| [75f68bafccd8c5e8840769be0303a3cfc04fb0a0] | committer: Felix Paul Kühne

macosx: added another OPUS MIME type

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75f68bafccd8c5e8840769be0303a3cfc04fb0a0
---

 extras/package/macosx/Info.plist.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/extras/package/macosx/Info.plist.in b/extras/package/macosx/Info.plist.in
index 613e536..f48dd00 100644
--- a/extras/package/macosx/Info.plist.in
+++ b/extras/package/macosx/Info.plist.in
@@ -475,6 +475,7 @@
 			<key>CFBundleTypeMIMETypes</key>
 			<array>
 				<string>audio/opus</string>
+				<string>audio/ogg; codecs=opus</string>
 			</array>
 			<key>CFBundleTypeName</key>
 			<string>OPUS file</string>



More information about the vlc-commits mailing list