mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
fix packJPG fallback message
This commit is contained in:
parent
ec5d6f702a
commit
b9481dcb92
1 changed files with 3 additions and 1 deletions
|
|
@ -6583,9 +6583,11 @@ void try_decompression_jpg (long long jpg_length, bool progressive_jpg) {
|
|||
} else {
|
||||
if (jpg_mem_out != NULL) delete[] jpg_mem_out;
|
||||
jpg_mem_out = NULL;
|
||||
printf("Brunsli compression failed, using packJPG fallback...\n");
|
||||
}
|
||||
}
|
||||
if (DEBUG_MODE && !brunsli_success) {
|
||||
printf("Brunsli compression failed, using packJPG fallback...\n");
|
||||
}
|
||||
}
|
||||
|
||||
if (!use_brunsli || !brunsli_success) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue