Function av_buffersrc_close
pub unsafe extern "C" fn av_buffersrc_close(
ctx: *mut AVFilterContext,
pts: i64,
flags: u32,
) -> i32
Expand description
Close the buffer source after EOF.
This is similar to passing NULL to av_buffersrc_add_frame_flags() except it takes the timestamp of the EOF, i.e. the timestamp of the end of the last frame.