# HG changeset patch # User jaf # Date 1032648796 0 # Node ID 02db452ea5c8ec62333933cda58199ab58fcb3b0 # Parent c541bb409a27a7da77a3d3b9a02888bd65410acf 0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed. diff -r c541bb409a27 -r 02db452ea5c8 etc/codecs.conf --- a/etc/codecs.conf Sat Sep 21 22:39:04 2002 +0000 +++ b/etc/codecs.conf Sat Sep 21 22:53:16 2002 +0000 @@ -1229,7 +1229,7 @@ info "mp3lib MPEG layer-2, layer-3" status working comment "Optimized to MMX/SSE/3Dnow!" - format 0x50 +# format 0x50 ; seams to be Layer 1 (or also 2?) format 0x55 format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) @@ -1237,18 +1237,6 @@ dll "mp3lib" flags seekable -;MAD library -audiocodec mad - info "libMAD MPEG layer 1,2,3" - status working - format 0x50 - format 0x55 - format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) - format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) - driver libmad - dll "libmad" - flags seekable - audiocodec ffmp3 info "FFmpeg layer-3 audio decoder - integer only" status working @@ -1267,6 +1255,19 @@ dll "mp2" flags seekable +;MAD library +audiocodec mad + info "libMAD MPEG layer 1,2,3" + status working + format 0x50 + format 0x55 + format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files) + format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) + driver libmad + dll "libmad" + flags seekable + + audiocodec mp3acm info "MPEG layer-3" status working