diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:41:45 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-05-24 20:41:45 +0000 |
commit | 69fa7e80c2efbc54be00fa69406cda706e582b50 (patch) | |
tree | 217e8edd16fc892759c3f73e15dae1bc2942d8ea | |
parent | bd80b349b3449ad1b5bed6b47fbb94aa25d76987 (diff) | |
download | ffmpeg-69fa7e80c2efbc54be00fa69406cda706e582b50.tar.gz |
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
-rw-r--r-- | libavfilter/graphparser.c | 4 |
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) { |