Renamed some cryptic types and vars in the filters.

committer: mfx <mfx> 968641496 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-11 03:04:56 +00:00
parent 95fa06f507
commit 591127457d
5 changed files with 124 additions and 109 deletions
+2 -2
View File
@@ -974,7 +974,7 @@ void Packer::addFilter32(int filter_id)
// -1: try all filters, use first working one
// -2: try only the opt->filter filter
//
// This is prepared for generalization into class Packer so that
// This has been prepared for generalization into class Packer so that
// opt->all_filters is available for all executable formats.
//
// It will replace the tryFilters() / compress() call sequence.
@@ -1048,7 +1048,7 @@ void Packer::compressWithFilters(Filter *parm_ft, unsigned *parm_overlapoh,
filters[nfilters++] = 0;
filters[nfilters] = -1;
// update
// update total_passes
if (strategy < 0)
this->total_passes += 1;
else