Add simple doxy to link_filter().

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

@ -30,6 +30,11 @@
#define WHITESPACES " \n\t"
/**
* Link two filters together.
*
* @see avfilter_link()
*/
static int link_filter(AVFilterContext *src, int srcpad,
AVFilterContext *dst, int dstpad,
AVClass *log_ctx)

Loading…
Cancel
Save