mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-09 14:08:07 +00:00
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
This commit is contained in:
parent
37161d641e
commit
92973a04f0
@ -236,7 +236,9 @@ static const char *skip_inouts(const char *buf)
|
||||
/**
|
||||
* 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 *head=NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user