pub unsafe extern "C" fn avfilter_link_set_closed(
link: *mut AVFilterLink,
closed: c_int,
)Expand description
Set the closed field of a link. @deprecated applications are not supposed to mess with links, they should close the sinks.
pub unsafe extern "C" fn avfilter_link_set_closed(
link: *mut AVFilterLink,
closed: c_int,
)Set the closed field of a link. @deprecated applications are not supposed to mess with links, they should close the sinks.