[vlc-devel] commit: Sort by alphabetical order the extensions. (Anthony Loiseau )
git version control
git at videolan.org
Wed Feb 11 02:10:14 CET 2009
vlc | branch: master | Anthony Loiseau <thannoy at actech-innovation.com> | Wed Feb 11 02:09:26 2009 +0100| [63dcebf71fe8e31a8968b871217b85df18f5b680] | committer: Jean-Baptiste Kempf
Sort by alphabetical order the extensions.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=63dcebf71fe8e31a8968b871217b85df18f5b680
---
include/vlc_interface.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index ecd43a4..7e85503 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -175,12 +175,11 @@ typedef enum vlc_dialog {
"*.mod;*.mp1;*.mp2;*.mp3;*.oga;*.ogg;*.oma;*.spx;" \
"*.wav;*.wma;*.xm"
-#define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.m1v;*.m2v;" \
+#define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \
"*.m2t;*.m2ts;*.m4v;*.mkv;*.mov;*.mp2;*.mp4;*.mpeg;*.mpeg1;" \
"*.mpeg2;*.mpeg4;*.mpg;*.mts;*.mxf;*.nuv;" \
"*.ogg;*.ogm;*.ogv;*.ogx;" \
- "*.ps;*.rm;*.rmvb;*.ts;*.vob;*.wmv;" \
- "*.iso"
+ "*.ps;*.rm;*.rmvb;*.ts;*.vob;*.wmv;"
#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.m3u;*.pls;*.vlc;*.xspf"
More information about the vlc-devel
mailing list