OSDN Git Service

Remove comment redundant with those in graphparser.h
authorVitor Sessak <vitor1001@gmail.com>
Sat, 24 May 2008 20:42:04 +0000 (20:42 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sat, 24 May 2008 20:42:04 +0000 (20:42 +0000)
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

libavfilter/graphparser.c

index 624b098..26a25e4 100644 (file)
@@ -338,9 +338,6 @@ static int parse_outputs(const char **buf, AVFilterInOut **currInputs,
     return pad;
 }
 
-/**
- * Parse a string describing a filter graph.
- */
 int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,
                          AVFilterInOut *openLinks, AVClass *log_ctx)
 {