OSDN Git Service

Remove declaration of nonexisting function
authorVitor Sessak <vitor1001@gmail.com>
Fri, 4 Apr 2008 20:09:29 +0000 (20:09 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 4 Apr 2008 20:09:29 +0000 (20:09 +0000)
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

index 58afa04..e529af9 100644 (file)
@@ -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);