[][src]Function openjpeg2_sys::opj_create_decompress

pub unsafe extern "C" fn opj_create_decompress(
    format: OPJ_CODEC_FORMAT
) -> *mut opj_codec_t

Creates a J2K/JP2 decompression structure @param format Decoder to select

@return Returns a handle to a decompressor if successful, returns NULL otherwise