Browse Source

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
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
c658f47eff
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavfilter/graphparser.c

+ 0
- 3
libavfilter/graphparser.c View File

@@ -338,9 +338,6 @@ static int parse_outputs(const char **buf, AVFilterInOut **currInputs,
return pad; return pad;
} }


/**
* Parse a string describing a filter graph.
*/
int avfilter_parse_graph(AVFilterGraph *graph, const char *filters, int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,
AVFilterInOut *openLinks, AVClass *log_ctx) AVFilterInOut *openLinks, AVClass *log_ctx)
{ {


Loading…
Cancel
Save