From d2874a9d594297c0e5a1152ea9e2b419c6f040f5 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 22 Jul 2010 09:56:06 +0000 Subject: Add simple doxy to link_filter(). Originally committed as revision 24422 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/graphparser.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavfilter/graphparser.c') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 1c6d0ba92f..fbd10acc57 100644 --- a/libavfilter/graphparser.c +++ b/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) -- cgit v1.2.3