summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2017-03-29 23:39:40 +0200
committerMatthieu Bouron <matthieu.bouron@gmail.com>2017-03-30 00:02:08 +0200
commitb5e1ec5660692d7cee360da3ed0434d3b46f40d5 (patch)
tree853ecad2f21623a52a15577dca710c337823a6c6 /libavfilter/avfilter.h
parent78e871ebbcc6f3c877e7292c4dda0c9979f8ede4 (diff)
parente3fb74f7f9a8f1895381355f40c92cac3c1023d9 (diff)
downloadffmpeg-b5e1ec5660692d7cee360da3ed0434d3b46f40d5.tar.gz
Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'
* commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9': lavfi: Always propagate hw_frames_ctx through links Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
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 ac6dca4fc0..60662c19ac 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -268,6 +268,8 @@ typedef struct AVFilter {
int priv_size; ///< size of private data to allocate for the filter
+ int flags_internal; ///< Additional flags for avfilter internal use only.
+
/**
* Used by the filter registration system. Must not be touched by any other
* code.