[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:27:04 CEST 2009


vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Thu Jun  4 20:40:25 2009 +0200| [6e02907ed8179fcdd7204dec1a191cff592c6ab1] | committer: Jean-Baptiste Kempf 

Dot not quick select mod demuxer as it is not safe (false positives).
(cherry picked from commit 1d2ada1159d3f5a5512b3c9b4289cf960a95fc22)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 4d98321..a6fe6d0 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