[Scummvm-cvs-logs] SF.net SVN: scummvm: [21042] scummvm/trunk/sound

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Mar 3 07:47:08 CET 2006


Revision: 21042
Author:   fingolfin
Date:     2006-03-03 07:46:39 -0800 (Fri, 03 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=21042&view=rev

Log Message:
-----------
It's really 'MPEG', not 'Mpeg'

Modified Paths:
--------------
    scummvm/trunk/sound/audiocd.cpp
    scummvm/trunk/sound/audiostream.cpp
Modified: scummvm/trunk/sound/audiocd.cpp
===================================================================
--- scummvm/trunk/sound/audiocd.cpp	2006-03-03 15:38:54 UTC (rev 21041)
+++ scummvm/trunk/sound/audiocd.cpp	2006-03-03 15:46:39 UTC (rev 21042)
@@ -52,7 +52,7 @@
 	{ "Ogg Vorbis",		getVorbisTrack },
 #endif
 #ifdef USE_MAD
-	{ "Mpeg Layer 3",	getMP3Track },
+	{ "MPEG Layer 3",	getMP3Track },
 #endif
 
 	{ NULL, NULL } // Terminator

Modified: scummvm/trunk/sound/audiostream.cpp
===================================================================
--- scummvm/trunk/sound/audiostream.cpp	2006-03-03 15:38:54 UTC (rev 21041)
+++ scummvm/trunk/sound/audiostream.cpp	2006-03-03 15:46:39 UTC (rev 21042)
@@ -50,7 +50,7 @@
 	{ "Ogg Vorbis",		"ogg",  makeVorbisStream },
 #endif
 #ifdef USE_MAD
-	{ "Mpeg Layer 3",	"mp3",  makeMP3Stream },
+	{ "MPEG Layer 3",	"mp3",  makeMP3Stream },
 #endif
 
 	{ NULL, NULL, NULL } // Terminator







More information about the Scummvm-git-logs mailing list