[vlc-commits] Add common but unofficial mimetypes (fixes #6849)

Ludovic Fauvet git at videolan.org
Wed Jan 2 12:15:28 CET 2013


npapi-vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Wed Jan  2 12:12:24 2013 +0100| [c5b64cfd53a3084422f4d48504a6453b87b69011] | committer: Ludovic Fauvet

Add common but unofficial mimetypes (fixes #6849)

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

 npapi/vlcshell.cpp |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/npapi/vlcshell.cpp b/npapi/vlcshell.cpp
index ec52fdc..70f08cb 100644
--- a/npapi/vlcshell.cpp
+++ b/npapi/vlcshell.cpp
@@ -49,6 +49,7 @@ static char mimetype[] =
     /* MPEG-4 */
     "audio/mp4:aac,mp4,mpg4:MPEG-4 audio;"
     "audio/x-m4a:m4a:MPEG-4 audio;"
+    "audio/m4a:m4a:MPEG-4 audio;"
     /* MPEG-4 ASP */
     "video/mp4:mp4,mpg4:MPEG-4 video;"
     "application/mpeg4-iod:mp4,mpg4:MPEG-4 video;"
@@ -108,6 +109,7 @@ static char mimetype[] =
     "audio/amr:amr:AMR audio;"
     /* FLAC */
     "audio/x-flac:flac:FLAC audio;"
+    "audio/flac:flac:FLAC audio;"
     ;
 
 /******************************************************************************



More information about the vlc-commits mailing list