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

Reply via email to