git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavfi: Always propagate hw_frames_ctx through links
[ffmpeg.git]
/
libavfilter
/
avfilter.h
diff --git
a/libavfilter/avfilter.h
b/libavfilter/avfilter.h
index
a17b2a2
..
568480d
100644
(file)
--- a/
libavfilter/avfilter.h
+++ b/
libavfilter/avfilter.h
@@
-244,6
+244,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.