[vlc-commits] commit: Support .3gp in interface open dialogs (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed May 19 22:50:58 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed May 19 22:44:02 2010 +0200| [2a897d1d4b27fd21eafb97ec1225cb3bec753011] | committer: Jean-Baptiste Kempf
Support .3gp in interface open dialogs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a897d1d4b27fd21eafb97ec1225cb3bec753011
---
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 c68375b..71f4669 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -205,7 +205,7 @@ typedef enum vlc_dialog {
"*.xa;" \
"*.xm"
-#define EXTENSIONS_VIDEO "*.amv;*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \
+#define EXTENSIONS_VIDEO "*.3gp;*.amv;*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;*.nsv;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
More information about the vlc-commits
mailing list