summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-27 19:15:49 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-27 19:15:49 +0000
commitd1ec4a57bab7eb2cb1cb44b9e8951c7fead025df (patch)
tree5e39d5cb2f63fa6ebe51ce474f7deaf6fb13d7d5
parent4c211d8851d21b05af89c81375784970348da80b (diff)
downloadmpv-d1ec4a57bab7eb2cb1cb44b9e8951c7fead025df.tar.bz2
mpv-d1ec4a57bab7eb2cb1cb44b9e8951c7fead025df.tar.xz
Make mp3lib the default MP3 decoder again, it is a good bit faster on
standard desktop hardware. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30445 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--etc/codecs.conf31
1 files changed, 17 insertions, 14 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index bf344dcac1..d018d2d0a2 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -4029,6 +4029,23 @@ audiocodec ffsonic
driver ffmpeg
dll "sonic"
+audiocodec mp3
+ ; this is preferred over ffmp2/ffmp3 since it is faster due to using
+ ; floating point and there are even broken mkv files where the audio
+ ; needs to be parsed, making this codec work more reliably
+ info "mp3lib MPEG layer-2, layer-3"
+ status working
+ comment "Optimized to MMX/SSE/3Dnow!"
+ format 0x50 ; layer-1 && layer-2
+ format 0x55 ; layer-3
+ format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
+ format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files)
+ format 0x55005354 ; broken file
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
+ driver mp3lib
+
audiocodec ffmp3on4
info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio"
status working
@@ -4068,20 +4085,6 @@ audiocodec ffmp2
driver ffmpeg
dll "mp2"
-audiocodec mp3
- info "mp3lib MPEG layer-2, layer-3"
- status working
- comment "Optimized to MMX/SSE/3Dnow!"
- format 0x50 ; layer-1 && layer-2
- format 0x55 ; layer-3
- format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
- format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files)
- format 0x55005354 ; broken file
- fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
- fourcc "MP3 " ; used in .nsv files
- fourcc "LAME" ; used in mythtv .nuv files
- driver mp3lib
-
audiocodec mad
info "libMAD MPEG layer 1-2-3"
status working