aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorChristian Helmrich <christian.helmrich@hhi.fraunhofer.de>2024-08-28 11:28:49 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2024-09-08 17:51:37 +0200
commit865cd3c0560a965fe096524ed2d8d2962057e6ac (patch)
treebbef2133b3e4693b6814423c52b950230d7ed5ab /libavfilter/allfilters.c
parente6983ed525b56b4a4a4acfd4e3b77a5efc8c0047 (diff)
downloadffmpeg-865cd3c0560a965fe096524ed2d8d2962057e6ac.tar.gz
avfilter: add XPSNR filter
Add XPSNR video filter Register new filter xpsnr. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 63600e9b58..8e7d912c9f 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -532,6 +532,7 @@ extern const AVFilter ff_vf_xfade;
extern const AVFilter ff_vf_xfade_opencl;
extern const AVFilter ff_vf_xfade_vulkan;
extern const AVFilter ff_vf_xmedian;
+extern const AVFilter ff_vf_xpsnr;
extern const AVFilter ff_vf_xstack;
extern const AVFilter ff_vf_yadif;
extern const AVFilter ff_vf_yadif_cuda;