Browse Source

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

+ 0
- 4
libavfilter/graphparser.c View File

@@ -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)


Loading…
Cancel
Save