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

stefano subversion
Thu Jul 22 11:56:03 CEST 2010


Author: stefano
Date: Thu Jul 22 11:56:03 2010
New Revision: 24421

Log:
Fix documentation for parse_link_name().

Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	Thu Jul 22 11:56:00 2010	(r24420)
+++ trunk/libavfilter/graphparser.c	Thu Jul 22 11:56:03 2010	(r24421)
@@ -46,9 +46,10 @@ static int link_filter(AVFilterContext *
 }
 
 /**
- * Parse "[linkname]"
- * @param name a pointer (that need to be free'd after use) to the name between
- *        parenthesis
+ * Parse the name of a link, which has the format "[linkname]".
+ *
+ * @return a pointer (that need to be freed after use) to the name
+ * between parenthesis
  */
 static char *parse_link_name(const char **buf, AVClass *log_ctx)
 {



More information about the ffmpeg-cvslog mailing list