[vlc-devel] commit: Cosmetic ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Jan 11 10:18:47 CET 2009
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jan 11 11:14:58 2009 +0200| [06e5acd4e075829c593b6f39ab5b4c98b9562946] | committer: Rémi Denis-Courmont
Cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=06e5acd4e075829c593b6f39ab5b4c98b9562946
---
src/input/demux.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/input/demux.c b/src/input/demux.c
index 026ad4b..3789d20 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 */
More information about the vlc-devel
mailing list