Skip to content

Commit

Permalink
HTTP intf: add xesc as an extension to be recognized.
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Jul 27, 2012
1 parent 8757e9a commit f97689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/lua/http/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f97689f

Please sign in to comment.