mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
fix source
This commit is contained in:
parent
ba5822c471
commit
162c84e5b1
1 changed files with 0 additions and 1 deletions
|
|
@ -6560,7 +6560,6 @@ void try_decompression_jpg (long long jpg_length, bool progressive_jpg) {
|
|||
jpg_mem_in = new unsigned char[jpg_length + MJPGDHT_LEN];
|
||||
seek_64(fin, input_file_pos);
|
||||
fast_copy(fin, jpg_mem_in, jpg_length);
|
||||
-
|
||||
pjglib_init_streams(jpg_mem_in, 1, jpg_length, jpg_mem_out, 1);
|
||||
recompress_success = pjglib_convert_stream2mem(&jpg_mem_out, &jpg_mem_out_size, recompress_msg);
|
||||
} else { // large stream => use temporary files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue