summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-05-24 20:41:45 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-05-24 20:41:45 +0000
commit69fa7e80c2efbc54be00fa69406cda706e582b50 (patch)
tree217e8edd16fc892759c3f73e15dae1bc2942d8ea /libavfilter
parentbd80b349b3449ad1b5bed6b47fbb94aa25d76987 (diff)
Fix doxy comment
Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58 Originally committed as revision 13344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/graphparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 9ce24f450f..e74db2ad96 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -91,8 +91,8 @@ static char *consume_string(const char **buf)
/**
* 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)
{