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

Get the JP2 file information from the codec FIXME

  • p_codec — the jpeg2000 codec.

@return a pointer to a JP2 metadata structure.