ZL_DCtx_registerPipeDecoder

Function ZL_DCtx_registerPipeDecoder 

Source
pub unsafe extern "C" fn ZL_DCtx_registerPipeDecoder(
    dctx: *mut ZL_DCtx,
    dtd: *const ZL_PipeDecoderDesc,
) -> ZL_Report
Expand description

Register a custom decoder transform, should it be needed during decompression of a zstrong frame. A decoder transform is expected to reverse the encoding transform of same @CTid. This function is specialized for the registration of simple pipe decoder transforms. Counterpart to ZL_Compressor_registerPipeEncoder().