diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:41:51 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:41:51 +0000 |
commit | 98fb286b604af4de8cacd6f20adc27c3deadf4bb (patch) | |
tree | 2ca5fbad6b7d48a08c058ce31846e6f91ed893b4 | |
parent | 5e600185453e1a0ded70a59701f60a0022a88e42 (diff) | |
download | ffmpeg-98fb286b604af4de8cacd6f20adc27c3deadf4bb.tar.gz |
Remove senseless comments
Commited in SoC by Vitor Sessak on 2008-05-24 13:03:51
Originally committed as revision 13346 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/graphparser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 7067e4289a..d3b9e0d012 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -158,10 +158,6 @@ static AVFilterContext *create_filter(AVFilterGraph *ctx, int index, /** * Parse "filter=params" - * @arg name a pointer (that need to be free'd after use) to the name of the - * filter - * @arg ars a pointer (that need to be free'd after use) to the args of the - * filter */ static AVFilterContext *parse_filter(const char **buf, AVFilterGraph *graph, int index, AVClass *log_ctx) |