Browse Source

add dvb channels list .conf as filetype.

(see demux/playlist/dvb. mplayer's std being channels.conf)
pull/2/head
Francois Cartegnie 15 years ago
parent
commit
05b1efd02c
  1. 2
      include/vlc_interface.h

2
include/vlc_interface.h

@ -227,7 +227,7 @@ typedef enum vlc_dialog {
"*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
"*.rec;*.rm;*.rmvb;*.tod;*.ts;*.tts;*.vob;*.vro;*.webm;*.wmv"
#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.zip"
#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.cue;*.ifo;*.m3u;*.m3u8;*.pls;*.ram;*.rar;*.sdp;*.vlc;*.xspf;*.zip;*.conf"
#define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
EXTENSIONS_PLAYLIST

Loading…
Cancel
Save