summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-03-03 15:21:04 +0100
committerPaul B Mahol <onemda@gmail.com>2021-03-06 12:41:30 +0100
commit4a69cd4e4eba490b7e1ce33b45662e26d87a6a18 (patch)
treedcef53514caf1250fdc12e01b531f1427590fdc8 /libavfilter/allfilters.c
parentdc20b27802a4db3e46952b53c3aa8f331beffd37 (diff)
avfilter: add identity 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 452c030706..d5b4ef88a7 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -283,6 +283,7 @@ extern AVFilter ff_vf_hwmap;
extern AVFilter ff_vf_hwupload;
extern AVFilter ff_vf_hwupload_cuda;
extern AVFilter ff_vf_hysteresis;
+extern AVFilter ff_vf_identity;
extern AVFilter ff_vf_idet;
extern AVFilter ff_vf_il;
extern AVFilter ff_vf_inflate;