[vlc-devel] commit: Support of .vqf and .w64 files on file opening ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Aug 27 23:22:35 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 27 22:57:14 2009 +0200| [9acfc355a14e9f94ec73e484d1205a16ff1d1010] | committer: Jean-Baptiste Kempf
Support of .vqf and .w64 files on file opening
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9acfc355a14e9f94ec73e484d1205a16ff1d1010
---
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 b8a43ae..b525a1b 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -171,7 +171,7 @@ typedef enum vlc_dialog {
"*.dts;*.flac;*.it;" \
"*.m4a;*.m4p;*.mka;*.mlp;*.mod;*.mp1;*.mp2;*.mp3;*.mpc" \
"*.oga;*.ogg;*.oma;*.s3m;*.spx;" \
- "*.wav;*.wma;*.wv;*.xm"
+ "*.vqf;*.w64;*.wav;*.wma;*.wv;*.xm"
#define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
More information about the vlc-devel
mailing list