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

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


Author: vitor
Date: Sat May 24 22:41:45 2008
New Revision: 13344

Log:
Fix doxy comment
Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58


Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	(original)
+++ trunk/libavfilter/graphparser.c	Sat May 24 22:41:45 2008
@@ -91,8 +91,8 @@ static char *consume_string(const char *
 
 /**
  * Parse "[linkname]"
- * @arg name a pointer (that need to be free'd after use) to the name between
- *           parenthesis
+ * @param name a pointer (that need to be free'd 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