summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-04-12 09:08:11 +0200
committerPaul B Mahol <onemda@gmail.com>2022-04-14 22:37:21 +0200
commit391ce570c8a3417b3ecfcf8466815b036ffd57ee (patch)
treec37e3cac02bf74101e7cc06906d1c2da41eb0d59 /libavfilter/allfilters.c
parent7e8129548850096583d7ef69fc94948447095f9f (diff)
downloadffmpeg-391ce570c8a3417b3ecfcf8466815b036ffd57ee.tar.gz
avfilter: add pixelize 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 65d8bd81bd..366c5f4e7f 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -373,6 +373,7 @@ extern const AVFilter ff_vf_perspective;
extern const AVFilter ff_vf_phase;
extern const AVFilter ff_vf_photosensitivity;
extern const AVFilter ff_vf_pixdesctest;
+extern const AVFilter ff_vf_pixelize;
extern const AVFilter ff_vf_pixscope;
extern const AVFilter ff_vf_pp;
extern const AVFilter ff_vf_pp7;