CVS: main/etc codecs.conf,1.71,1.72
Update of /cvsroot/mplayer/main/etc In directory mplayer:/var/tmp.root/cvs-serv5399 Modified Files: codecs.conf Log Message: added MOV's mp3 fourcc's to libmad (also tested them) Index: codecs.conf =================================================================== RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- codecs.conf 23 Oct 2001 14:04:21 -0000 1.71 +++ codecs.conf 23 Oct 2001 17:04:41 -0000 1.72 @@ -597,6 +597,8 @@ comment "Optimized for ARM" format 0x50 format 0x55 + format 0x33706d2e ; ".mp3" VBR MP3 (MOV files) + format 0x5500736d ; "ms\0\x55" CBR MP3 (MOV files) driver libmad dll "libmad" flags seekable @@ -723,4 +725,3 @@ format 0x34616d69 ; "ima4" (MOV files) driver ima4 dll "ima4.c" -
participants (1)
-
Alex Beregszaszi