Commit 94b2120d authored by Stefano Sabatini's avatar Stefano Sabatini

Fix documentation for parse_link_name().

Originally committed as revision 24421 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bb90d855
...@@ -46,9 +46,10 @@ static int link_filter(AVFilterContext *src, int srcpad, ...@@ -46,9 +46,10 @@ static int link_filter(AVFilterContext *src, int srcpad,
} }
/** /**
* Parse "[linkname]" * Parse the name of a link, which has the format "[linkname]".
* @param name a pointer (that need to be free'd after use) to the name between *
* parenthesis * @return a pointer (that need to be freed after use) to the name
* between parenthesis
*/ */
static char *parse_link_name(const char **buf, AVClass *log_ctx) static char *parse_link_name(const char **buf, AVClass *log_ctx)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment