vlc | branch: master | Steve Lhomme <[email protected]> | 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 */ { "", "" } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
