Commit 4aa721de authored by vitor's avatar vitor

Remove comment redundant with those in graphparser.h

Commited in SoC by Vitor Sessak on 2008-05-24 13:10:07


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13350 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 10c90b88
...@@ -338,9 +338,6 @@ static int parse_outputs(const char **buf, AVFilterInOut **currInputs, ...@@ -338,9 +338,6 @@ static int parse_outputs(const char **buf, AVFilterInOut **currInputs,
return pad; return pad;
} }
/**
* Parse a string describing a filter graph.
*/
int avfilter_parse_graph(AVFilterGraph *graph, const char *filters, int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,
AVFilterInOut *openLinks, AVClass *log_ctx) AVFilterInOut *openLinks, AVClass *log_ctx)
{ {
......
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