pub unsafe extern "C" fn avfilter_inout_free(
    inout: *mut *mut AVFilterInOut
)
Expand description

Free the supplied list of AVFilterInOut and set *inout to NULL. If *inout is NULL, do nothing.