From 10bff7139a313c1b794da63e7cd6c7ee47b9b808 Mon Sep 17 00:00:00 2001
From: Vitor Sessak <vitor1001@gmail.com>
Date: Fri, 4 Apr 2008 20:09:29 +0000
Subject: [PATCH] Remove declaration of nonexisting function Commited in SoC by
 Vitor Sessak on 2008-04-03 16:30:09

Originally committed as revision 12747 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavfilter/avfiltergraph.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 58afa04cea9..e529af9ff7d 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -46,11 +46,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.
  */
-- 
GitLab