View Single Post
  #75  
Old 18-09-2016, 18:31
chum chum is offline
Registered User
 
Join Date: Jan 2015
Location: South America
Posts: 64
Thanks: 61
Thanked 10 Times in 8 Posts
chum is on a distinguished road
Hey bro, you said to use -v for CRC problems, but using -v just blocked any compressing gains, the compressed file just become out same size of input file. Without -v decompressing is just failing with CRC Always.

I like Pzlib for compresisng since it is much faster than Precomp and give nearly same final size but decompressing problem is just avoiding to it be a standard usage for me.

If you just remove the multithreading for decompressing dont it fix the problem since decompressing is known to work properly in single-thread..
Reply With Quote