[FFmpeg-cvslog] r13350 - trunk/libavfilter/graphparser.c

vitor subversion
Sat May 24 22:42:05 CEST 2008


Author: vitor
Date: Sat May 24 22:42:04 2008
New Revision: 13350

Log:
Remove comment redundant with those in graphparser.h
Commited in SoC by Vitor Sessak on 2008-05-24 13:10:07


Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	(original)
+++ trunk/libavfilter/graphparser.c	Sat May 24 22:42:04 2008
@@ -338,9 +338,6 @@ static int parse_outputs(const char **bu
     return pad;
 }
 
-/**
- * Parse a string describing a filter graph.
- */
 int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,
                          AVFilterInOut *openLinks, AVClass *log_ctx)
 {




More information about the ffmpeg-cvslog mailing list