Remove comment redundant with those in graphparser.h

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

Originally committed as revision 13350 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-05-24 20:42:04 +00:00
parent 089d371450
commit c658f47eff

View File

@ -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)
{ {