summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf13
1 files 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"