提交 d2874a9d 编写于 作者: S Stefano Sabatini

Add simple doxy to link_filter().

Originally committed as revision 24422 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册