[MPlayer-dev-eng] Please add 0x2033504D in ffmp3 codecs.conf file
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Mar 23 11:17:23 CET 2006
Hi,
On Wed, Mar 22, 2006 at 11:29:04PM +0100, Dominik 'Rathann' Mierzejewski wrote:
> On Wednesday, 22 March 2006 at 22:46, Andrea Palmatè wrote:
> > Since it work correctly, it is possible to add 0x2033504D into
> > codecs.conf?
>
> Not without a sample that needs it.
I might have one (mythtv), but it should not be needed, since we already
have that format there, just only for the hwmpa codec...
Please consider the attached patch...
Greetings,
Reimar Döffinger
-------------- next part --------------
Index: etc/codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.464
diff -u -r1.464 codecs.conf
--- etc/codecs.conf 13 Mar 2006 23:32:34 -0000 1.464
+++ etc/codecs.conf 23 Mar 2006 10:13:45 -0000
@@ -2400,9 +2409,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 +2470,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 +2498,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 +2794,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-dev-eng
mailing list