[vlc-commits] add dvb channels list .conf as filetype.

Francois Cartegnie git at videolan.org
Fri Dec 9 13:21:35 CET 2011


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Dec  8 18:06:43 2011 +0100| [05b1efd02cf98f32b2022ff61ebc2f41a83dfbfb] | committer: Francois Cartegnie

add dvb channels list .conf as filetype.

(see demux/playlist/dvb. mplayer's std being channels.conf)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=05b1efd02cf98f32b2022ff61ebc2f41a83dfbfb
---

 include/vlc_interface.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 3157373..76a57f5 100644
--- a/include/vlc_interface.h
+++ b/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



More information about the vlc-commits mailing list