From c8f24c22a60335f3df6ea82113868b210eb64414 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 21 Sep 2001 21:38:16 +0000 Subject: [PATCH] added ffmp3, fixed mp3 comments git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1929 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/etc/codecs.conf b/etc/codecs.conf index 282fd1d223..6ed12d055b 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -457,17 +457,26 @@ audiocodec msadpcm 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"