Mercurial > mplayer.hg
changeset 7466:02db452ea5c8
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.
author | jaf |
---|---|
date | Sat, 21 Sep 2002 22:53:16 +0000 |
parents | c541bb409a27 |
children | 3a22c16fea46 |
files | etc/codecs.conf |
diffstat | 1 files changed, 14 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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