[vlc-commits] mime: add mp4
    Steve Lhomme 
    git at videolan.org
       
    Fri Jul 27 10:02:39 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jul 27 07:29:54 2018 +0200| [83190aaadbece18e99546378b67d119e9006f45a] | committer: Steve Lhomme
mime: add mp4
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83190aaadbece18e99546378b67d119e9006f45a
---
 src/misc/mime.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/misc/mime.c b/src/misc/mime.c
index 3b16934c86..03a400662a 100644
--- a/src/misc/mime.c
+++ b/src/misc/mime.c
@@ -81,6 +81,7 @@ static const struct
     { ".wma",   "audio/x-ms-wma" },
     { ".wmv",   "video/x-ms-wmv" },
     { ".webm",  "video/webm" },
+    { ".mp4",   "video/mp4" },
 
     /* end */
     { "",       "" }
    
    
More information about the vlc-commits
mailing list