pub unsafe extern "C" fn opj_end_decompress(
    p_codec: *mut opj_codec_t,
    p_stream: *mut opj_stream_t
) -> OPJ_BOOL
Expand description

Read after the codestream if necessary

  • p_codec — the JPEG2000 codec to read.
  • p_stream — the JPEG2000 stream.