projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089d371
)
Remove comment redundant with those in graphparser.h
author
Vitor Sessak
<vitor1001@gmail.com>
Sat, 24 May 2008 20:42:04 +0000
(20:42 +0000)
committer
Vitor 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
patch
|
blob
|
history
diff --git
a/libavfilter/graphparser.c
b/libavfilter/graphparser.c
index 624b098b90dbd500725f27ba4525583b946203de..26a25e43df1e30bba7ee7d9059c2ec4f9a127c3a 100644
(file)
--- 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)
{