[FFmpeg-soc] [soc]: r2192 - libavfilter/graphparser.c

vitor subversion at mplayerhq.hu
Sat May 24 15:03:51 CEST 2008


Author: vitor
Date: Sat May 24 15:03:51 2008
New Revision: 2192

Log:
Remove senseless comments

Modified:
   libavfilter/graphparser.c

Modified: libavfilter/graphparser.c
==============================================================================
--- libavfilter/graphparser.c	(original)
+++ libavfilter/graphparser.c	Sat May 24 15:03:51 2008
@@ -158,10 +158,6 @@ static AVFilterContext *create_filter(AV
 
 /**
  * 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)



More information about the FFmpeg-soc mailing list