diff options
author | Brad Smith <brad@comstyle.com> | 2014-06-17 13:22:00 +0300 |
---|---|---|
committer | Brad Smith <brad@comstyle.com> | 2014-06-17 13:22:00 +0300 |
commit | 09720cde57b74329e25d9a8ff87bca496eb51a1f (patch) | |
tree | d3e88f34b7d852c07e719eb1007877d2eb621443 /src | |
parent | 77eab79386f96852bed8f6fe04a799e36e0acfda (diff) | |
download | xine-lib-09720cde57b74329e25d9a8ff87bca496eb51a1f.tar.gz xine-lib-09720cde57b74329e25d9a8ff87bca496eb51a1f.tar.bz2 |
Enable FFmpeg AC3 / DTS decoders
Diffstat (limited to 'src')
-rw-r--r-- | src/combined/ffmpeg/xine_audio.list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/combined/ffmpeg/xine_audio.list b/src/combined/ffmpeg/xine_audio.list index 168d60c66..b7a2c917a 100644 --- a/src/combined/ffmpeg/xine_audio.list +++ b/src/combined/ffmpeg/xine_audio.list @@ -41,15 +41,16 @@ FLVADPCM ADPCM_SWF Flash ADPCM WAVPACK WAVPACK WavPack AMR_NB AMR_NB AMR narrow band AMR_WB AMR_WB AMR wide band +A52 AC3 AC-3 EAC3 EAC3 E-AC-3 AAC AAC MPEG4 AAC_LATM AAC_LATM AAC LATM ADPCM_G726 ADPCM_G726 ADPCM G726 QCLP QCELP QualComm Purevoice OPUS OPUS Opus Audio +DTS DTS DTS # disabled codecs (ref. configure.ac) -! AC3 ! ADPCM_ADX ! ADPCM_G726 ! DSICINAUDIO |