#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)
Change History (4)
by , 22 years ago
comment:2 by , 22 years ago
Status: | new → closed |
---|
comment:3 by , 6 years ago
Component: | → Tools |
---|
Note:
See TracTickets
for help on using tickets.
fixed extract.c