summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-22 19:54:52 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-25 00:48:35 +0100
commitb897b5261820ff767f614770648abaa8a2880ec0 (patch)
treedaf9eb95323ae082d362898c22f0c6172a125404 /libavfilter/allfilters.c
parent833338a02ce3aa657c87fae374167e2f1978fc86 (diff)
avfilter: add epx pixel art scaler
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 471844a603..139ba15f7c 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -234,6 +234,7 @@ extern AVFilter ff_vf_drawtext;
extern AVFilter ff_vf_edgedetect;
extern AVFilter ff_vf_elbg;
extern AVFilter ff_vf_entropy;
+extern AVFilter ff_vf_epx;
extern AVFilter ff_vf_eq;
extern AVFilter ff_vf_erosion;
extern AVFilter ff_vf_erosion_opencl;