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)
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to