Commit 92973a04 authored by Vitor Sessak's avatar Vitor Sessak

Rename avfilter_graph_parse_chain() to avfilter_parse_graph()

Commited in SoC by Vitor Sessak on 2008-04-06 18:58:17

Originally committed as revision 13296 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 37161d64
...@@ -236,7 +236,9 @@ static const char *skip_inouts(const char *buf) ...@@ -236,7 +236,9 @@ static const char *skip_inouts(const char *buf)
/** /**
* Parse a string describing a filter graph. * Parse a string describing a filter graph.
*/ */
int avfilter_graph_parse_chain(AVFilterGraph *graph, const char *filters, AVFilterContext *in, int inpad, AVFilterContext *out, int outpad) int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,
AVFilterContext *in, int inpad,
AVFilterContext *out, int outpad)
{ {
AVFilterInOut *inout=NULL; AVFilterInOut *inout=NULL;
AVFilterInOut *head=NULL; AVFilterInOut *head=NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment