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

Get the JP2 file index from the codec FIXME

  • p_codec — the jpeg2000 codec.

@return a pointer to a JP2 index structure.