[vlc-commits] Do not put the extensions twice

Jean-Baptiste Kempf git at videolan.org
Wed Nov 20 12:26:06 CET 2013


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 18 18:26:27 2013 +0100| [0278721d2b19162362c4b0275dbc9c2897e31a45] | committer: Jean-Baptiste Kempf

Do not put the extensions twice

(cherry picked from commit 5dee34ad0318ec7daf8f1024d52a687b7b45b4b2)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=0278721d2b19162362c4b0275dbc9c2897e31a45
---

 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 9bc6241..81ad15e 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -244,7 +244,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