zstd/build/VS2010/libzstd
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.vcxproj created zstd_decompress_block module 2018-10-25 16:28:41 -07:00