Function jpegxl_sys::JxlEncoderCloseInput[][src]

pub unsafe extern "C" fn JxlEncoderCloseInput(enc: *mut JxlEncoder)

Declares that this encoder will not encode anything further.

Must be called between JxlEncoderAddImageFrame of the last frame and the next call to JxlEncoderProcessOutput, or JxlEncoderProcessOutput won’t output the last frame correctly.

@param enc encoder object.