vmaf_close

Function vmaf_close 

Source
pub unsafe extern "C" fn vmaf_close(vmaf: *mut VmafContext) -> c_int
Expand 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.