[vlc-devel] commit: Add .mlp and .ape in open file dialog. They work just fine. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Mar 1 14:57:46 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 1 01:35:50 2009 +0100| [83ca53f73d55c13f9d6d97b298abfa379cb25b15] | committer: Jean-Baptiste Kempf
Add .mlp and .ape in open file dialog. They work just fine.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83ca53f73d55c13f9d6d97b298abfa379cb25b15
---
include/vlc_interface.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 1f01762..dbbc75b 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -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;" \
More information about the vlc-devel
mailing list