Support FFmpeg's ALS decoder.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30604 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-02-16 21:54:50 +00:00
parent 50973f0044
commit 20b2f493bb
2 changed files with 8 additions and 0 deletions

View File

@ -3925,6 +3925,13 @@ audiocodec ffape
driver ffmpeg
dll "ape"
audiocodec ffals
info "FFmpeg ALS"
status working
fourcc "ALS "
driver ffmpeg
dll "als"
audiocodec ffmlp
info "FFmpeg MLP"
status working

View File

@ -36,6 +36,7 @@ static const AVCodecTag mp_wav_tags[] = {
{ CODEC_ID_INTERPLAY_DPCM, MKTAG('I', 'N', 'P', 'A')},
{ CODEC_ID_MLP, MKTAG('M', 'L', 'P', ' ')},
{ CODEC_ID_MP1, 0x50},
{ CODEC_ID_MP4ALS, MKTAG('A', 'L', 'S', ' ')},
{ CODEC_ID_MUSEPACK7, MKTAG('M', 'P', 'C', ' ')},
{ CODEC_ID_MUSEPACK8, MKTAG('M', 'P', 'C', '8')},
{ CODEC_ID_NELLYMOSER, MKTAG('N', 'E', 'L', 'L')},