Opened 22 years ago

Closed 22 years ago

Last modified 5 years ago

#8000 closed patch

Bugfix for extract.c

Reported by: SF/kirschsaft Owned by:
Priority: normal Component: Tools
Version: Keywords:
Cc: Game:

Description

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.:-(

Ticket imported from: #591149. Ticket imported from: patches/105.

Attachments (1)

extract.c (7.4 KB ) - added by SF/kirschsaft 22 years ago.
fixed extract.c

Download all attachments as: .zip

Change History (4)

by SF/kirschsaft, 22 years ago

Attachment: extract.c added

fixed extract.c

comment:1 by SF/bbrox, 22 years ago

Patched in the CVS tree.

comment:2 by SF/bbrox, 22 years ago

Status: newclosed

comment:3 by digitall, 5 years ago

Component: Tools
Note: See TracTickets for help on using tickets.