[vlc-commits] HTTP intf: add xesc as an extension to be recognized.
Konstantin Pavlov
git at videolan.org
Fri Jul 27 15:56:24 CEST 2012
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Jul 27 17:08:58 2012 +0400| [f97689fe4ac2ba957207ed8299aaa6c0403a9194] | committer: Konstantin Pavlov
HTTP intf: add xesc as an extension to be recognized.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f97689fe4ac2ba957207ed8299aaa6c0403a9194
---
share/lua/http/js/common.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/http/js/common.js b/share/lua/http/js/common.js
index b896871..5b36968 100644
--- a/share/lua/http/js/common.js
+++ b/share/lua/http/js/common.js
@@ -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",
More information about the vlc-commits
mailing list