mirror of
https://github.com/facebook/zstd.git
synced 2025-11-22 00:10:22 -05:00
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 .