Mercurial > mplayer.hg
changeset 1928:07f50ea77510
added ffmp3, fixed mp3 comments
author | arpi |
---|---|
date | Fri, 21 Sep 2001 21:38:16 +0000 |
parents | 296208b47fd4 |
children | af7b3e83d47b |
files | etc/codecs.conf |
diffstat | 1 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Fri Sep 21 21:34:56 2001 +0000 +++ b/etc/codecs.conf Fri Sep 21 21:38:16 2001 +0000 @@ -457,17 +457,26 @@ audiocodec mp3 info "MPEG layer-2, layer-3" status working - comment "Optimized to AMD 3Dnow!" + comment "Optimized to MMX/SSE/3Dnow!" format 0x50 format 0x55 driver mp3lib dll "mp3lib (mpglib)" flags seekable +audiocodec ffmp3 + info "FFmpeg layer-123 audio decoder - integer only" + status working + format 0x50 + format 0x55 + driver ffmpeg + dll "mpegaudio" + flags seekable + audiocodec mp3acm info "MPEG layer-3" status working - comment "Optimized to Intel MMX/SSE, conflicts with security kernel patches" + comment "conflicts with security kernel patches" format 0x55 driver acm dll "l3codeca.acm"