From 06e5acd4e075829c593b6f39ab5b4c98b9562946 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 11 Jan 2009 11:14:58 +0200 Subject: [PATCH] Cosmetic --- src/input/demux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input/demux.c b/src/input/demux.c index 026ad4b2d5..3789d20c9f 100644 --- a/src/input/demux.c +++ b/src/input/demux.c @@ -109,8 +109,7 @@ demux_t *__demux_New( vlc_object_t *p_obj, { "m4v", "m4v" }, { "h264", "h264" }, { "voc", "voc" }, - { "mid", "smf" }, - { "rmi", "smf" }, + { "mid", "smf" }, { "rmi", "smf" }, { "", "" }, }; /* Here, we don't mind if it does not work, it must be quick */ -- 2.20.1