From: Anthony Loiseau Date: Thu, 8 Jan 2009 14:34:37 +0000 (+0100) Subject: Add .iso to the video files extensions (untested) X-Git-Tag: 1.0.0-pre1~774 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2c8cdc30b827a523c61b8660b83a5acf8ed9a882;p=vlc Add .iso to the video files extensions (untested) Signed-off-by: RĂ©mi Denis-Courmont --- diff --git a/include/vlc_interface.h b/include/vlc_interface.h index 2c63d4ae8f..ecd43a4bf7 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"