[vlc-devel] commit: Dot not quick select mod demuxer as it is not safe (false positives ). (Laurent Aimar )

git version control git at videolan.org
Thu Jun 4 21:13:09 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jun  4 20:40:25 2009 +0200| [1d2ada1159d3f5a5512b3c9b4289cf960a95fc22] | committer: Laurent Aimar 

Dot not quick select mod demuxer as it is not safe (false positives).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d2ada1159d3f5a5512b3c9b4289cf960a95fc22
---

 src/input/demux.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/input/demux.c b/src/input/demux.c
index 3a69970..082f956 100644
--- a/src/input/demux.c
+++ b/src/input/demux.c
@@ -102,7 +102,6 @@ demux_t *__demux_New( vlc_object_t *p_obj,
             { "m3u",  "playlist" },
             { "mkv",  "mkv" }, { "mka",  "mkv" }, { "mks",  "mkv" },
             { "mp4",  "mp4" }, { "m4a",  "mp4" }, { "mov",  "mp4" }, { "moov", "mp4" },
-            { "mod",  "mod" }, { "it",  "mod" }, { "s3m",  "mod" }, { "xm",   "mod" },
             { "nsv",  "nsv" },
             { "ogg",  "ogg" }, { "ogm",  "ogg" }, /* legacy Ogg */
             { "oga",  "ogg" }, { "spx",  "ogg" }, { "ogv", "ogg" },




More information about the vlc-devel mailing list