Commit d2874a9d authored by Stefano Sabatini's avatar Stefano Sabatini

Add simple doxy to link_filter().

Originally committed as revision 24422 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 94b2120d
......@@ -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)
......
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