Add simple doxy to link_filter().
Originally committed as revision 24422 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -30,6 +30,11 @@
|
|||||||
|
|
||||||
#define WHITESPACES " \n\t"
|
#define WHITESPACES " \n\t"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Link two filters together.
|
||||||
|
*
|
||||||
|
* @see avfilter_link()
|
||||||
|
*/
|
||||||
static int link_filter(AVFilterContext *src, int srcpad,
|
static int link_filter(AVFilterContext *src, int srcpad,
|
||||||
AVFilterContext *dst, int dstpad,
|
AVFilterContext *dst, int dstpad,
|
||||||
AVClass *log_ctx)
|
AVClass *log_ctx)
|
||||||
|
Reference in New Issue
Block a user