[vlc-devel] commit: Add .iso to the video files extensions (untested) (Anthony Loiseau )
git version control
git at videolan.org
Tue Feb 10 17:35:49 CET 2009
vlc | branch: master | Anthony Loiseau <anthony.loiseau at gmail.com> | Thu Jan 8 15:34:37 2009 +0100| [2c8cdc30b827a523c61b8660b83a5acf8ed9a882] | committer: Rémi Denis-Courmont
Add .iso to the video files extensions (untested)
Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c8cdc30b827a523c61b8660b83a5acf8ed9a882
---
include/vlc_interface.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 2c63d4a..ecd43a4 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -179,7 +179,8 @@ typedef enum vlc_dialog {
"*.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"
+ "*.ps;*.rm;*.rmvb;*.ts;*.vob;*.wmv;" \
+ "*.iso"
#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.m3u;*.pls;*.vlc;*.xspf"
More information about the vlc-devel
mailing list