summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2019-07-07 20:26:50 +0100
committerMark Thompson <sw@jkqxz.net>2019-07-28 22:34:33 +0100
commit20fed2f0ab197d60801280dfc844f6b29a397ff2 (patch)
tree39776cebfbbd77ed8163e5d4f9fa902d7bfd0f94 /libavfilter/allfilters.c
parent33871478605812a94502e33a6d1b965f71e6818a (diff)
lavfi: addroi filter
This can be used to add region of interest side data to video frames.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 04a3df7d56..abd726d616 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -143,6 +143,7 @@ extern AVFilter ff_asrc_sine;
extern AVFilter ff_asink_anullsink;
+extern AVFilter ff_vf_addroi;
extern AVFilter ff_vf_alphaextract;
extern AVFilter ff_vf_alphamerge;
extern AVFilter ff_vf_amplify;