[Scummvm-cvs-logs] CVS: tools extract.c,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Tue Aug 13 16:42:04 CEST 2002


Update of /cvsroot/scummvm/tools
In directory usw-pr-cvs1:/tmp/cvs-serv836

Modified Files:
	extract.c 
Log Message:
removed bitwidth - the default is 16 in all versions of lame anyway, and it breaks older versions of lame

Index: extract.c
===================================================================
RCS file: /cvsroot/scummvm/tools/extract.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- extract.c	5 Aug 2002 16:28:15 -0000	1.11
+++ extract.c	13 Aug 2002 23:41:52 -0000	1.12
@@ -218,7 +218,7 @@
 		if (encparms.silent == 1)
 			strcat(fbuf_temp," --silent");
 		sprintf(fbuf,
-		        "lame -t -q %i %s -V %i -B %i --resample 22.05 -m m --bitwidth 16 -r -s %d %s %s",
+		        "lame -t -q %i %s -V %i -B %i --resample 22.05 -m m -r -s %d %s %s",
 		        encparms.algqual, fbuf_temp, encparms.vbrqual,
 		        encparms.maxBitr, real_samplerate, rawname, mp3name);
 		system(fbuf);





More information about the Scummvm-git-logs mailing list