[ scummvm-Patches-591149 ] Bugfix for extract.c

noreply at sourceforge.net noreply at sourceforge.net
Mon Aug 5 17:57:45 CEST 2002


Patches item #591149, was opened at 2002-08-05 17:57
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=591149&group_id=37116

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Felix Riemann (kirschsaft)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bugfix for extract.c

Initial Comment:
I have to admit that I have included a small bug in my 
enhanced extract.c (ID:580555). I I have discovered it 
this morning while rebuilding the SO3 for DOTT, having 
mistyped the maximum bitrate.

It has to be 
if ((encparms.maxBitr % 8) != 0)
	encparms.maxBitr -= encparms.maxBitr % 8;
in Line 284, not
if ((encparms.maxBitr % 8) != 0)
	encparms.maxBitr -= encparms.minBitr % 8;

I'm sorry.:-(

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=591149&group_id=37116




More information about the Scummvm-tracker mailing list