pub unsafe extern "C" fn vmaf_close(vmaf: *mut VmafContext) -> c_intExpand description
Close a VMAF instance and free all associated memory.
@param vmaf The VMAF instance to close.
@return 0 on success, or < 0 (a negative errno code) on error.
pub unsafe extern "C" fn vmaf_close(vmaf: *mut VmafContext) -> c_intClose a VMAF instance and free all associated memory.
@param vmaf The VMAF instance to close.
@return 0 on success, or < 0 (a negative errno code) on error.