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.