aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorBoris Baracaldo <borbarak@fb.com>2022-03-22 09:34:02 +0100
committerThilo Borgmann <thilo.borgmann@mail.de>2022-04-01 20:27:43 +0200
commit80831e742b3cf58ef3f23cc66be23df2c41c3901 (patch)
treef57177916c78e86a2b2fb146da49dd31d40da0ca /libavfilter/Makefile
parent451300d0e81392cd45bdce8dc5b56fb6913720ca (diff)
downloadffmpeg-80831e742b3cf58ef3f23cc66be23df2c41c3901.tar.gz
lavfilter: Add SITI filter
Calculate Spatial Info (SI) and Temporal Info (TI) scores for a video, as defined in ITU-T P.910: Subjective video quality assessment methods for multimedia applications.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index d5fc27a575..c4c946a988 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -457,6 +457,7 @@ OBJS-$(CONFIG_SMARTBLUR_FILTER) += vf_smartblur.o
OBJS-$(CONFIG_SOBEL_FILTER) += vf_convolution.o
OBJS-$(CONFIG_SOBEL_OPENCL_FILTER) += vf_convolution_opencl.o opencl.o \
opencl/convolution.o
+OBJS-$(CONFIG_SITI_FILTER) += vf_siti.o
OBJS-$(CONFIG_SPLIT_FILTER) += split.o
OBJS-$(CONFIG_SPP_FILTER) += vf_spp.o qp_table.o
OBJS-$(CONFIG_SR_FILTER) += vf_sr.o