]> git.sesse.net Git - vlc/commitdiff
HTTP intf: add xesc as an extension to be recognized.
authorKonstantin Pavlov <thresh@videolan.org>
Fri, 27 Jul 2012 13:08:58 +0000 (17:08 +0400)
committerKonstantin Pavlov <thresh@videolan.org>
Fri, 27 Jul 2012 13:55:58 +0000 (17:55 +0400)
share/lua/http/js/common.js

index b896871b90744c2899ac18ed50df01b365a529d4..5b36968d5e1feaff79f8bc58bafd5fe5d01e2768 100644 (file)
@@ -6,7 +6,7 @@ var video_types = [
            "mp2", "mp4", "mpeg", "mpeg1",
            "mpeg2", "mpeg4", "mpg", "mts", "mtv", "mxf", "mxg", "nuv",
            "ogg", "ogm", "ogv", "ogx", "ps",
-           "rec", "rm", "rmvb", "ts", "vob", "wmv" ];
+           "rec", "rm", "rmvb", "ts", "vob", "wmv", "xesc" ];
 var audio_types = [
         "3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it",
         "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",