[MPlayer-cvslog] CVS: main/etc codecs.conf,1.464,1.465
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Mar 25 20:24:39 CET 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/etc
In directory mail:/var2/tmp/cvs-serv19737/etc
Modified Files:
codecs.conf
Log Message:
Unify MP3 fourccs for all decoders
Index: codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- codecs.conf 13 Mar 2006 23:32:34 -0000 1.464
+++ codecs.conf 25 Mar 2006 19:24:36 -0000 1.465
@@ -2400,9 +2400,10 @@
comment "Optimized to MMX/SSE/3Dnow!"
format 0x50 ; layer-1 && layer-2
format 0x55 ; layer-3
- format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
- format 0x2033504D ; "MP3 " (used in .nsv files)
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
driver mp3lib
audiocodec ffpcmdaud
@@ -2460,8 +2461,10 @@
comment "integer only"
status working
format 0x55
- format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
driver ffmpeg
dll "mp3"
@@ -2486,8 +2489,10 @@
status working
format 0x50
format 0x55
- format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
driver libmad
dll "libmad"
@@ -2780,7 +2785,8 @@
comment "for hardware MPEG audio decoders"
format 0x50 ; layer-1 && layer-2
format 0x55 ; layer-3
- format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older MP3 fourcc (MOV files)
- format 0x2033504D ; "MP3 " (used in .nsv files)
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
driver hwmpa
More information about the MPlayer-cvslog
mailing list