Commit 2c8cdc30 authored by Anthony Loiseau's avatar Anthony Loiseau Committed by Rémi Denis-Courmont

Add .iso to the video files extensions (untested)

Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent cff8ba99
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment