[vlc-commits] commit: Mozilla plugins: add some mime about RealFormat ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Fri Jun 11 00:30:00 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 10 23:45:14 2010 +0200| [594d968787d85caae026f14b2b16fe7594ec9e1c] | committer: Jean-Baptiste Kempf 

Mozilla plugins: add some mime about RealFormat

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

 projects/mozilla/vlcplugin.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/projects/mozilla/vlcplugin.h b/projects/mozilla/vlcplugin.h
index 3491f63..5e6332d 100644
--- a/projects/mozilla/vlcplugin.h
+++ b/projects/mozilla/vlcplugin.h
@@ -418,6 +418,9 @@ private:
     "application/xspf+xml:xspf:Playlist xspf;" \
     /* Webm */ \
     "video/webm:webm:WebM video;" \
-    "audio/webm:webm:WebM audio;"
+    "audio/webm:webm:WebM audio;" \
+    /* Real Media */ \
+    "application/vnd.rn-realmedia:rm:Real Media File;" \
+    "audio/x-realaudio:ra:Real Media Audio;"
 
 #endif



More information about the vlc-commits mailing list