From c658f47effdfeef9c745a650957c6d7db05ec64d Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 24 May 2008 20:42:04 +0000 Subject: 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 --- libavfilter/graphparser.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/graphparser.c') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 624b098b90..26a25e43df 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -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) { -- cgit v1.2.3