Function avfilter_inout_free
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.
pub unsafe extern "C" fn avfilter_inout_free(
inout: *mut *mut AVFilterInOut,
)
Free the supplied list of AVFilterInOut and set *inout to NULL. If *inout is NULL, do nothing.