Commit f97689fe authored by Konstantin Pavlov's avatar Konstantin Pavlov

HTTP intf: add xesc as an extension to be recognized.

parent 8757e9af
...@@ -6,7 +6,7 @@ var video_types = [ ...@@ -6,7 +6,7 @@ var video_types = [
"mp2", "mp4", "mpeg", "mpeg1", "mp2", "mp4", "mpeg", "mpeg1",
"mpeg2", "mpeg4", "mpg", "mts", "mtv", "mxf", "mxg", "nuv", "mpeg2", "mpeg4", "mpg", "mts", "mtv", "mxf", "mxg", "nuv",
"ogg", "ogm", "ogv", "ogx", "ps", "ogg", "ogm", "ogv", "ogx", "ps",
"rec", "rm", "rmvb", "ts", "vob", "wmv" ]; "rec", "rm", "rmvb", "ts", "vob", "wmv", "xesc" ];
var audio_types = [ var audio_types = [
"3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it", "3ga", "a52", "aac", "ac3", "ape", "awb", "dts", "flac", "it",
"m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3", "m4a", "m4p", "mka", "mlp", "mod", "mp1", "mp2", "mp3",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment