1
0
mirror of https://github.com/facebook/zstd.git synced 2025-11-09 17:41:01 +03:00
Files
zstd/contrib/pzstd/Pzstd.cpp
Stephen Kitt adb54293ab Stop using deprecated reset?Stream functions
These are replaced by the corresponding context resets. When
converting resetCStream, CCtx_setPledgedSrcSize isn't called if the
source size is "unknown".

This helps reduce the reliance on "static only" symbols, as well as
reducing the use of deprecated functions.

Signed-off-by: Stephen Kitt <steve@sk2.org>
2021-02-23 21:56:01 +01:00

21 KiB