[vlc-commits] Add .mus and .sid in the file open selector

Jean-Baptiste Kempf git at videolan.org
Thu Nov 14 16:00:50 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 14 15:56:43 2013 +0100| [0da682e0bd90a90cd735009287b3b4c7d4b62743] | committer: Jean-Baptiste Kempf

Add .mus and .sid in the file open selector

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

 include/vlc_interface.h |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index a533a57..a25af3e 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -178,8 +178,8 @@ typedef enum vlc_dialog {
 
 #define EXTENSIONS_AUDIO_CSV "3ga", "669", "a52", "aac", "ac3", "adt", "adts", "aif", "aifc", "aiff", \
                          "amr", "aob", "ape", "awb", "caf", "dts", "flac", "it", "kar", \
-                         "m4a", "m4p", "m5p", "mka", "mlp", "mod", "mpa", "mp1", "mp2", "mp3", "mpc", "mpga", \
-                         "oga", "ogg", "oma", "opus", "qcp", "ra", "rmi", "s3m", "spx", "thd", "tta", \
+                         "m4a", "m4p", "m5p", "mka", "mlp", "mod", "mpa", "mp1", "mp2", "mp3", "mpc", "mpga", "mus", \
+                         "oga", "ogg", "oma", "opus", "qcp", "ra", "rmi", "s3m", "sid", "spx", "thd", "tta", \
                          "voc", "vqf", "w64", "wav", "wma", "wv", "xa", "xm"
 
 #define EXTENSIONS_VIDEO_CSV "3g2", "3gp", "3gp2", "3gpp", "amv", "asf", "avi", "divx", "drc", "dv", \
@@ -224,6 +224,7 @@ typedef enum vlc_dialog {
     "*.mp3;" \
     "*.mpc;" \
     "*.mpga;" \
+    "*.mus;" \
     "*.oga;" \
     "*.ogg;" \
     "*.oma;" \
@@ -232,6 +233,7 @@ typedef enum vlc_dialog {
     "*.ra;" \
     "*.rmi;" \
     "*.s3m;" \
+    "*.sid;" \
     "*.spx;" \
     "*.thd;" \
     "*.tta;" \



More information about the vlc-commits mailing list