diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:42:04 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:42:04 +0000 |
commit | c658f47effdfeef9c745a650957c6d7db05ec64d (patch) | |
tree | ede5d639e5b369798a75014fec08ab326ac1bd41 /libavfilter/graphparser.c | |
parent | 089d3714502f8e1ee25e66f3ac3d2e421f6965a1 (diff) | |
download | ffmpeg-c658f47effdfeef9c745a650957c6d7db05ec64d.tar.gz |
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
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r-- | libavfilter/graphparser.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) { |