diff --git a/libavfilter/defaults.c b/libavfilter/defaults.c index ae85b5bf2b..b518d32d73 100644 --- a/libavfilter/defaults.c +++ b/libavfilter/defaults.c @@ -104,16 +104,6 @@ int avfilter_default_config_output_link(AVFilterLink *link) return 0; } -/** - * default config_link() implementation for input video links to simplify - * the implementation of one input one output video filters */ -int avfilter_default_config_input_link(AVFilterLink *link) -{ - if(!link->dst->output_count) - return 0; - return avfilter_config_link(link->dst->outputs[0]); -} - /** * A helper for query_formats() which sets all links to the same list of * formats. If there are no links hooked to this filter, the list of formats is