summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 48a50fc262..97e457f2c8 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -373,6 +373,8 @@ void avfilter_formats_changeref(AVFilterFormats **oldref,
/**
* A filter pad used for either input or output.
+ *
+ * See doc/filter_design.txt for details on how to implement the methods.
*/
struct AVFilterPad {
/**