avfilter_insert_filter

Insert a filter in the middle of an existing link.

@param link the link into which the filter should be inserted @param filt the filter to be inserted @param filt_srcpad_idx the input pad on the filter to connect @param filt_dstpad_idx the output pad on the filter to connect @return zero on success

extern (C) @nogc nothrow
int
avfilter_insert_filter

Meta