[FFmpeg-cvslog] r12747 - trunk/libavfilter/avfiltergraph.h

vitor subversion
Fri Apr 4 22:09:29 CEST 2008


Author: vitor
Date: Fri Apr  4 22:09:29 2008
New Revision: 12747

Log:
Remove declaration of nonexisting function
Commited in SoC by Vitor Sessak on 2008-04-03 16:30:09


Modified:
   trunk/libavfilter/avfiltergraph.h

Modified: trunk/libavfilter/avfiltergraph.h
==============================================================================
--- trunk/libavfilter/avfiltergraph.h	(original)
+++ trunk/libavfilter/avfiltergraph.h	Fri Apr  4 22:09:29 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-cvslog mailing list