summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-09-29 12:43:32 +0200
committerPaul B Mahol <onemda@gmail.com>2019-09-30 19:37:37 +0200
commita746359ede6cb8e1ab6e0004a7e8d801db686fb4 (patch)
tree567d2c8f896c8cb13fa94279811866e4f6cbc112 /libavfilter/allfilters.c
parent5161b279d6110cf96c84358416b5b4ecf80ef8d9 (diff)
avfilter: add scroll video filter
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 788652ab1e..0408bcd3df 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -338,6 +338,7 @@ extern AVFilter ff_vf_scale_npp;
extern AVFilter ff_vf_scale_qsv;
extern AVFilter ff_vf_scale_vaapi;
extern AVFilter ff_vf_scale2ref;
+extern AVFilter ff_vf_scroll;
extern AVFilter ff_vf_select;
extern AVFilter ff_vf_selectivecolor;
extern AVFilter ff_vf_sendcmd;