summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-30 09:33:12 +0100
committerPaul B Mahol <onemda@gmail.com>2018-11-02 09:32:52 +0100
commit97e9e3504d36ef11efac60e300259689aaeb29fc (patch)
treeab9bbe6c0cfdb9b68471da4dc1b674d7165c60d3 /libavfilter/allfilters.c
parentd6d407d2d758b404af0ce6a8ff46bf164db020a1 (diff)
avfilter: add tpad 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 d5a211bda5..6052cb8c3c 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -365,6 +365,7 @@ extern AVFilter ff_vf_tlut2;
extern AVFilter ff_vf_tmix;
extern AVFilter ff_vf_tonemap;
extern AVFilter ff_vf_tonemap_opencl;
+extern AVFilter ff_vf_tpad;
extern AVFilter ff_vf_transpose;
extern AVFilter ff_vf_transpose_npp;
extern AVFilter ff_vf_trim;