Function openjpeg_sys::opj_dump_codec
source ยท pub unsafe extern "C" fn opj_dump_codec(
p_codec: *mut opj_codec_t,
info_flag: OPJ_INT32,
output_stream: *mut FILE,
)
Expand description
Dump the codec information into the output stream
p_codec
โ the jpeg2000 codec.info_flag
โ type of information dump.output_stream
โ output stream where dump the information gotten from the codec.