pub unsafe extern "C" fn opj_get_cstr_index(
    p_codec: *mut opj_codec_t
) -> *mut opj_codestream_index_t
Expand description

Get the codestream index from the codec

  • p_codec — the jpeg2000 codec.

@return a pointer to a codestream index structure.