[Mplayer-cvslog] CVS: main/etc codecs.conf,1.228,1.229
Johannes Feigl
jaf at mplayerhq.hu
Sun Sep 22 00:53:19 CEST 2002
Update of /cvsroot/mplayer/main/etc
In directory mail:/var/tmp.root/cvs-serv18687
Modified Files:
codecs.conf
Log Message:
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.
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- codecs.conf 15 Sep 2002 21:24:45 -0000 1.228
+++ codecs.conf 21 Sep 2002 22:53:16 -0000 1.229
@@ -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
@@ -1266,6 +1254,19 @@
driver ffmpeg
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"
More information about the MPlayer-cvslog
mailing list