Function libjxl_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/JPEGFrame of the last frame and the next call to JxlEncoderProcessOutput, or JxlEncoderProcessOutput won’t output the last frame correctly.

@param enc encoder object.