Commit 353c96f3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

*.aob files are now readable

parent 8e587b3f
......@@ -6,7 +6,8 @@ Access:
Demuxers:
* Support for ADPCM in .flv streams
* EXPERIMENTAL support for .aob files from DVD-Audio
* EXPERIMENTAL support for .aob files from DVD-Audio (MLP and LPCM)
(Full disc support is NOT present yet)
Mac OS X Interface:
* Completely reworked user interface (based upon works from GSoC 2008)
......
......@@ -205,6 +205,7 @@ FunctionEnd
!insertmacro ${_action} ".a52"
!insertmacro ${_action} ".aac"
!insertmacro ${_action} ".ac3"
!insertmacro ${_action} ".aob"
!insertmacro ${_action} ".dts"
!insertmacro ${_action} ".flac"
!insertmacro ${_action} ".m4a"
......
......@@ -167,7 +167,8 @@ typedef enum vlc_dialog {
/* Useful text messages shared by interfaces */
#define INTF_ABOUT_MSG LICENSE_MSG
#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.aiff;*.ape;*.dts;*.flac;*.it;" \
#define EXTENSIONS_AUDIO "*.a52;*.aac;*.ac3;*.aiff;*.aob;*.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