Fix documentation for parse_link_name().

Originally committed as revision 24421 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Stefano Sabatini 15 years ago
parent bb90d855d7
commit 94b2120dfb
  1. 7
      libavfilter/graphparser.c

@ -46,9 +46,10 @@ static int link_filter(AVFilterContext *src, int srcpad,
}
/**
* Parse "[linkname]"
* @param name a pointer (that need to be free'd after use) to the name between
* parenthesis
* Parse the name of a link, which has the format "[linkname]".
*
* @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)
{

Loading…
Cancel
Save