[vlc-devel] commit: Add .mpc to the file open dialog (Jean-Francois Massol )
git version control
git at videolan.org
Fri Jul 10 01:28:30 CEST 2009
vlc | branch: master | Jean-Francois Massol <jf.massol at gmail.com> | Fri Jul 10 01:27:29 2009 +0200| [d060d810a016f8f69441e4225d360aa38380a597] | committer: Jean-Baptiste Kempf
Add .mpc to the file open dialog
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d060d810a016f8f69441e4225d360aa38380a597
---
include/vlc_interface.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 658a1d4..d8e8172 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -168,7 +168,7 @@ typedef enum vlc_dialog {
#define INTF_ABOUT_MSG LICENSE_MSG
#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.ape;*.dts;*.flac;*.it;" \
- "*.m4a;*.m4p;*.mka;*.mlp;*.mod;*.mp1;*.mp2;*.mp3;" \
+ "*.m4a;*.m4p;*.mka;*.mlp;*.mod;*.mp1;*.mp2;*.mp3;*.mpc" \
"*.oga;*.ogg;*.oma;*.s3m;*.spx;" \
"*.wav;*.wma;*.wv;*.xm"
More information about the vlc-devel
mailing list