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

vitor subversion at mplayerhq.hu
Sat May 24 14:57:59 CEST 2008


Author: vitor
Date: Sat May 24 14:57:58 2008
New Revision: 2190

Log:
Fix doxy comment

Modified:
   libavfilter/graphparser.c

Modified: libavfilter/graphparser.c
==============================================================================
--- libavfilter/graphparser.c	(original)
+++ libavfilter/graphparser.c	Sat May 24 14:57:58 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-soc mailing list