[vlc-commits] add mxg extension

Sébastien Escudier git at videolan.org
Mon Feb 20 14:32:04 CET 2012


vlc | branch: master | Sébastien Escudier <sebastien-devel at celeos.eu> | Mon Feb 20 13:58:53 2012 +0100| [724284bc613404436b561e73fe4daea1e494879e] | committer: Sébastien Escudier

add mxg extension

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=724284bc613404436b561e73fe4daea1e494879e
---

 include/vlc_interface.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 516caa4..bba0f20 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -173,7 +173,7 @@ typedef enum vlc_dialog {
 #define EXTENSIONS_VIDEO_CSV "asf", "avi", "divx", "dv", "f4v", "flv", "gxf", "iso", \
                              "m1v", "m2v", "m2t", "m2ts", "m4v", "mkv", "mov",\
                              "mp2", "mp4", "mpeg", "mpeg1", \
-                             "mpeg2", "mpeg4", "mpg", "mts", "mtv", "mxf", "nuv", \
+                             "mpeg2", "mpeg4", "mpg", "mts", "mtv", "mxf", "mxg", "nuv", \
                              "ogg", "ogm", "ogv", "ogx", "ps", \
                              "rec", "rm", "rmvb", "ts", "vob", "wmv"
 
@@ -225,7 +225,7 @@ typedef enum vlc_dialog {
 
 #define EXTENSIONS_VIDEO "*.3g2;*.3gp;*.3gp2;*.3gpp;*.amv;*.asf;*.avi;*.bin;*.divx;*.dv;*f4v;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \
                          "*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp2v;*.mp4;*.mp4v;*.mpa;*.mpe;*.mpeg;*.mpeg1;" \
-                         "*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mtv;*.mxf;*.nsv;*.nuv;" \
+                         "*.mpeg2;*.mpeg4;*.mpg;*.mpv2;*.mts;*.mtv;*.mxf;*.mxg;*.nsv;*.nuv;" \
                          "*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
                          "*.rec;*.rm;*.rmvb;*.tod;*.ts;*.tts;*.vob;*.vro;*.webm;*.wmv"
 



More information about the vlc-commits mailing list