mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Fix for PNG multi
Was introduced in commit 74a4313 , looks like a copy paste error
This commit is contained in:
parent
2f48166bb5
commit
4e49476b53
1 changed files with 1 additions and 1 deletions
|
|
@ -6948,7 +6948,7 @@ void try_decompression_png_multi(int windowbits) {
|
|||
int comp_level = (index % 9) + 1;
|
||||
int mem_level = (index / 9) + 1;
|
||||
|
||||
try_recompress(fin, comp_level, mem_level, windowbits, compressed_stream_size, retval, in_memory);
|
||||
try_recompress(fpng, comp_level, mem_level, windowbits, compressed_stream_size, retval, in_memory);
|
||||
|
||||
if (final_compression_found){ MTF.Update(); break; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue