diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-22 09:56:06 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-22 09:56:06 +0000 |
commit | d2874a9d594297c0e5a1152ea9e2b419c6f040f5 (patch) | |
tree | f3446427a65f234b2c4f7ee1d5b4265caa303e1d /libavfilter/graphparser.c | |
parent | 94b2120dfbc8426414b50c28272bdc6d26e7fe6f (diff) | |
download | ffmpeg-d2874a9d594297c0e5a1152ea9e2b419c6f040f5.tar.gz |
Add simple doxy to link_filter().
Originally committed as revision 24422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r-- | libavfilter/graphparser.c | 5 |
1 files changed, 5 insertions, 0 deletions
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) |