mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
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:
parent
50973f0044
commit
20b2f493bb
@ -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
|
||||
|
@ -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')},
|
||||
|
Loading…
Reference in New Issue
Block a user