Commit 22308cec authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

VLC is able to open .aiff files.

parent 42abe204
......@@ -167,7 +167,7 @@ typedef enum vlc_dialog {
/* Useful text messages shared by interfaces */
#define INTF_ABOUT_MSG LICENSE_MSG
#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.ape;*.dts;*.flac;*.it;" \
#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.aiff;*.ape;*.dts;*.flac;*.it;" \
"*.m4a;*.m4p;*.mka;*.mlp;*.mod;*.mp1;*.mp2;*.mp3;*.mpc" \
"*.oga;*.ogg;*.oma;*.s3m;*.spx;" \
"*.wav;*.wma;*.wv;*.xm"
......
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