LZ4F_getFrameInfo() No longer requires to continue decoding at address after header
authorYann Collet <yann.collet.73@gmail.com>
Mon, 22 Sep 2014 00:32:55 +0000 (01:32 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Mon, 22 Sep 2014 00:32:55 +0000 (01:32 +0100)
commit4e92d7e412760eda8edb0cc2159c9372e3a61889
tree5ca0b6fd914d76f093c011e937d7ed6b3d2d9ef8
parenteeb9011467d4064eca754bd32e629e88fa5ec8f3
LZ4F_getFrameInfo() No longer requires to continue decoding at address after header
Slightly improved LZ4F_decompress() speed (less dictionary copy)
lz4frame.c