[FFmpeg-soc] [soc]: r2082 - libavfilter/avfiltergraph.h

vitor subversion at mplayerhq.hu
Thu Apr 3 18:30:09 CEST 2008


Author: vitor
Date: Thu Apr  3 18:30:09 2008
New Revision: 2082

Log:
Remove declaration of nonexisting function

Modified:
   libavfilter/avfiltergraph.h

Modified: libavfilter/avfiltergraph.h
==============================================================================
--- libavfilter/avfiltergraph.h	(original)
+++ libavfilter/avfiltergraph.h	Thu Apr  3 18:30:09 2008
@@ -47,11 +47,6 @@ void avfilter_graph_add_filter(AVFilterG
 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);



More information about the FFmpeg-soc mailing list