[FFmpeg-cvslog] r24422 - trunk/libavfilter/graphparser.c
stefano
subversion
Thu Jul 22 11:56:06 CEST 2010
Author: stefano
Date: Thu Jul 22 11:56:06 2010
New Revision: 24422
Log:
Add simple doxy to link_filter().
Modified:
trunk/libavfilter/graphparser.c
Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c Thu Jul 22 11:56:03 2010 (r24421)
+++ trunk/libavfilter/graphparser.c Thu Jul 22 11:56:06 2010 (r24422)
@@ -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)
More information about the ffmpeg-cvslog
mailing list