[vlc-commits] Do not put the extensions twice
Jean-Baptiste Kempf
git at videolan.org
Mon Nov 18 18:26:41 CET 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 18 18:26:27 2013 +0100| [5dee34ad0318ec7daf8f1024d52a687b7b45b4b2] | committer: Jean-Baptiste Kempf
Do not put the extensions twice
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5dee34ad0318ec7daf8f1024d52a687b7b45b4b2
---
include/vlc_interface.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index a25af3e..6f10f11 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -246,7 +246,7 @@ typedef enum vlc_dialog {
"*.xa;" \
"*.xm"
-#define EXTENSIONS_VIDEO "*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.avi;*.bin;*.divx;*.drc;*.dv;*f4v;*.flv;*.gvi;*.gvi;*.gxf;*.iso;*.m1v;*.m2v;" \
+#define EXTENSIONS_VIDEO "*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.avi;*.bin;*.divx;*.drc;*.dv;*f4v;*.flv;*.gvi;*.gxf;*.iso;*.m1v;*.m2v;" \
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp2v;*.mp4;*.mp4v;*.mpe;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mtv;*.mxf;*.mxg;*.nsv;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
More information about the vlc-commits
mailing list