Mercurial > mplayer.hg
changeset 8041:b5ff8f269bca
MACE audio support with ffmpeg decoder
author | rtognimp |
---|---|
date | Sat, 02 Nov 2002 14:29:50 +0000 |
parents | 5241f95b5ec4 |
children | 72b8f3c62d83 |
files | etc/codecs.conf |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Sat Nov 02 14:20:05 2002 +0000 +++ b/etc/codecs.conf Sat Nov 02 14:29:50 2002 +0000 @@ -1300,6 +1300,20 @@ driver ffmpeg dll "wmav2" +audiocodec ffmac3 + info "Macintosh Audio Compression and Expansion 3:1" + status untested + fourcc "MAC3" + driver ffmpeg + dll "mace3" + +audiocodec ffmac6 + info "Macintosh Audio Compression and Expansion 6:1" + status untested + fourcc "MAC6" + driver ffmpeg + dll "mace6" + audiocodec ffmp3 info "FFmpeg layer-3 audio decoder - integer only" status working