summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2016-12-27 17:18:33 +0100
committerNicolas George <george@nsup.org>2017-01-12 14:06:16 +0100
commit485617ea0f7bfe3715389b23edf977ffef293d15 (patch)
tree2a5a6dcb1b4518768ed8c9e510c25b392178d8fb /libavfilter/avfilter.h
parente9ecada1d43d48601b17be85387d759a025c3590 (diff)
downloadffmpeg-485617ea0f7bfe3715389b23edf977ffef293d15.tar.gz
lavfi: document that AVFilterLink is not for applications.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 02df8a3632..649bbe6522 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -383,6 +383,11 @@ struct AVFilterContext {
* the pads involved. In addition, this link also contains the parameters
* which have been negotiated and agreed upon between the filter, such as
* image dimensions, format, etc.
+ *
+ * Applications must not normally access the link structure directly.
+ * Use the buffersrc and buffersink API instead.
+ * In the future, access to the header may be reserved for filters
+ * implementation.
*/
struct AVFilterLink {
AVFilterContext *src; ///< source filter