summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-05-24 20:42:04 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-05-24 20:42:04 +0000
commitc658f47effdfeef9c745a650957c6d7db05ec64d (patch)
treeede5d639e5b369798a75014fec08ab326ac1bd41 /libavfilter
parent089d3714502f8e1ee25e66f3ac3d2e421f6965a1 (diff)
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')
-rw-r--r--libavfilter/graphparser.c3
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)
{