summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-24 11:00:58 +0200
committerPaul B Mahol <onemda@gmail.com>2018-10-26 12:40:54 +0200
commit4fcfb9c4ebf3650fd7e82ba78d81c8aebdabd228 (patch)
treecc75c025f9031a8b70c0e9affc2f568f842dfbba /libavfilter/allfilters.c
parentde43c227fd7d4e8e5fdc3b26f9bc1702514c2c0a (diff)
avfilter: add xstack 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 6f1e7cfb7d..b2cb58fc38 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -386,6 +386,7 @@ extern AVFilter ff_vf_w3fdif;
extern AVFilter ff_vf_waveform;
extern AVFilter ff_vf_weave;
extern AVFilter ff_vf_xbr;
+extern AVFilter ff_vf_xstack;
extern AVFilter ff_vf_yadif;
extern AVFilter ff_vf_zmq;
extern AVFilter ff_vf_zoompan;