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

vitor subversion
Sat May 24 22:41:51 CEST 2008


Author: vitor
Date: Sat May 24 22:41:51 2008
New Revision: 13346

Log:
Remove senseless comments
Commited in SoC by Vitor Sessak on 2008-05-24 13:03:51


Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	(original)
+++ trunk/libavfilter/graphparser.c	Sat May 24 22:41: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-cvslog mailing list