summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 58afa04cea..e529af9ff7 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -47,11 +47,6 @@ void avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter)
int avfilter_graph_config_formats(AVFilterGraph *graphctx);
/**
- * Configure the parameters (resolution, etc) of all links in the graph.
- */
-int avfilter_graph_config_links(AVFilterGraph *graphctx);
-
-/**
* Free a graph and destroy its links.
*/
void avfilter_destroy_graph(AVFilterGraph *graph);