Browse Source

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
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
69fa7e80c2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavfilter/graphparser.c

+ 2
- 2
libavfilter/graphparser.c View File

@@ -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)
{


Loading…
Cancel
Save