Mercurial > mplayer.hg
comparison etc/codecs.conf @ 24672:73a7e3da473e
"AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
Set it to AMVA. You will have to use -ac +ffadpcmimaamv until
the demuxer is fixed.
author | reimar |
---|---|
date | Wed, 03 Oct 2007 13:57:33 +0000 |
parents | 46dbc2e8c800 |
children | fbf46414bb48 |
comparison
equal
deleted
inserted
replaced
24671:fbcd9dcb0daf | 24672:73a7e3da473e |
---|---|
2573 dll "atrc.bundle/Contents/MacOS/atrc" | 2573 dll "atrc.bundle/Contents/MacOS/atrc" |
2574 | 2574 |
2575 audiocodec ffadpcmimaamv | 2575 audiocodec ffadpcmimaamv |
2576 info "FFmpeg AMV IMA ADPCM audio" | 2576 info "FFmpeg AMV IMA ADPCM audio" |
2577 status working | 2577 status working |
2578 format 0x01 | 2578 fourcc AMVA ; internal MPlayer FourCC |
2579 driver ffmpeg | 2579 driver ffmpeg |
2580 dll adpcm_ima_amv | 2580 dll adpcm_ima_amv |
2581 | 2581 |
2582 audiocodec imaadpcm | 2582 audiocodec imaadpcm |
2583 info "IMA ADPCM" | 2583 info "IMA ADPCM" |