[vlc-devel] commit: Add extensions for MIDI and Creative Voice ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Sep 27 10:57:02 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 27 12:00:10 2008 +0300| [dae39fd78466c5036fc5e959090ffc4dd02eeea9] | committer: Rémi Denis-Courmont 

Add extensions for MIDI and Creative Voice

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

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

diff --git a/src/input/demux.c b/src/input/demux.c
index 196106a..27c906e 100644
--- a/src/input/demux.c
+++ b/src/input/demux.c
@@ -107,7 +107,10 @@ demux_t *__demux_New( vlc_object_t *p_obj,
             { "pva",  "pva" },
             { "rm",   "rm" },
             { "m4v",  "m4v" },
-            { "h264",  "h264" },
+            { "h264", "h264" },
+            { "voc",  "voc" },
+            { "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