Fix a wrong parameter for zlib.

z_stream.avail_in has to be the length of the input buffer.
It will fail when frameDataLength is smaller than the actual compressed data size.
This commit is contained in:
Tsuda Kageyu
2015-01-06 17:20:03 +09:00
parent aed689c145
commit 9d91610fc0
2 changed files with 7 additions and 4 deletions

Binary file not shown.