From: Jean-Baptiste Kempf Date: Sun, 1 Mar 2009 00:35:50 +0000 (+0100) Subject: Add .mlp and .ape in open file dialog. They work just fine. X-Git-Tag: 1.0.0-pre1~356 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=83ca53f73d55c13f9d6d97b298abfa379cb25b15;p=vlc Add .mlp and .ape in open file dialog. They work just fine. --- diff --git a/include/vlc_interface.h b/include/vlc_interface.h index 1f0176220e..dbbc75b3f1 100644 --- a/include/vlc_interface.h +++ b/include/vlc_interface.h @@ -171,8 +171,8 @@ typedef enum vlc_dialog { /* Useful text messages shared by interfaces */ #define INTF_ABOUT_MSG LICENSE_MSG -#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.dts;*.flac;*.m4a;*.m4p;*.mka;" \ - "*.mod;*.mp1;*.mp2;*.mp3;*.oga;*.ogg;*.oma;*.spx;" \ +#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.ape;*.dts;*.flac;*.m4a;*.m4p;*.mka;" \ + "*.mlp;*.mod;*.mp1;*.mp2;*.mp3;*.oga;*.ogg;*.oma;*.spx;" \ "*.wav;*.wma;*.wv;*.xm" #define EXTENSIONS_VIDEO "*.asf;*.avi;*.divx;*.dv;*.flv;*.gxf;*.iso;*.m1v;*.m2v;" \