fix #198 : no longer requires to restart streaming decompression from where it stopped.
authorYann Collet <cyan@fb.com>
Fri, 4 Nov 2016 01:34:54 +0000 (18:34 -0700)
committerYann Collet <cyan@fb.com>
Fri, 4 Nov 2016 01:46:07 +0000 (18:46 -0700)
commiteda8c4eb1ced10c4f6f22bca88428ca9255f2bbe
treec88a6906de2131c3f927e2b1684f643f40a50fae
parent4791cda04af2fdf19f1a1ea7c2d1187ad82cc547
fix #198 : no longer requires to restart streaming decompression from where it stopped.
It permits relocating remaining data into another memory space.
Still, the same content must be presented.
lib/lz4frame.c
lib/lz4frame.h
tests/.gitignore [new file with mode: 0644]