Skip to main content

opj_dump_codec

Function 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

ยงArguments

  • p_codec - the jpeg2000 codec.
  • info_flag - type of information dump.
  • output_stream - output stream where dump the information gotten from the codec.