]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavfilter/avfiltergraph.h
Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better
[frescor/ffmpeg.git] / libavfilter / avfiltergraph.h
index 88820ac7f46ad1c6809afb7ec23d49078e601a41..fcc53ba018e3cf847926ac7c5ce7fb45142117ad 100644 (file)
@@ -64,6 +64,6 @@ int avfilter_graph_config_formats(AVFilterGraph *graphctx);
 /**
  * Free a graph and destroy its links.
  */
-void avfilter_destroy_graph(AVFilterGraph *graph);
+void avfilter_graph_destroy(AVFilterGraph *graph);
 
 #endif  /* AVFILTER_AVFILTERGRAPH_H */