]> git.sesse.net Git - vlc/commitdiff
Add .mlp and .ape in open file dialog. They work just fine.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 1 Mar 2009 00:35:50 +0000 (01:35 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 1 Mar 2009 13:47:25 +0000 (14:47 +0100)
include/vlc_interface.h

index 1f0176220e636828b14b323da8b7a350e5bca3b5..dbbc75b3f141919e106bd6be821575a7968c341b 100644 (file)
@@ -171,8 +171,8 @@ typedef enum vlc_dialog {
 /* Useful text messages shared by interfaces */
 #define INTF_ABOUT_MSG LICENSE_MSG
 
-#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.dts;*.flac;*.m4a;*.m4p;*.mka;" \
-                         "*.mod;*.mp1;*.mp2;*.mp3;*.oga;*.ogg;*.oma;*.spx;" \
+#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.ape;*.dts;*.flac;*.m4a;*.m4p;*.mka;" \
+                         "*.mlp;*.mod;*.mp1;*.mp2;*.mp3;*.oga;*.ogg;*.oma;*.spx;" \
                          "*.wav;*.wma;*.wv;*.xm"
 
 #define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \