summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-26 22:03:55 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-02-26 22:03:55 +0000
commit86a47378d568e476a6920bf19ca10464fb14edee (patch)
treea18566b61679899191d8aa92b4704ed32eee2543 /libavfilter/graphparser.h
parentd7dbe55823d7b4741889463c0e73703a172bbffb (diff)
Rename avfilter_parse_graph() to avfilter_graph_parse(), for better
consistency with the rest of the API. Originally committed as revision 17624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.h')
-rw-r--r--libavfilter/graphparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h
index 725b728b88..b3272e8a43 100644
--- a/libavfilter/graphparser.h
+++ b/libavfilter/graphparser.h
@@ -45,7 +45,7 @@ typedef struct AVFilterInOut {
* @param outputs linked list to the outputs of the graph
* @return zero on success, -1 on error
*/
-int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,
+int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
AVFilterInOut *inputs, AVFilterInOut *outputs,
AVClass *log_ctx);