zstd/build/VS2010/libzstd-dll
Yann Collet 2b4914082e created zstd_decompress_block module
isolate all logic associated with block decompression
into its own module.

zstd_decompress is still in charge
of context creation/destruction,
frames, headers, streaming, special blocks, etc.

Compressed blocks themselves are now handled within zstd_decompress_block .
2018-10-25 16:28:41 -07:00
..
libzstd-dll.rc updated libzstd-dll.rc 2016-12-19 09:47:45 +01:00
libzstd-dll.vcxproj created zstd_decompress_block module 2018-10-25 16:28:41 -07:00