diff options
author | Boris Baracaldo <borbarak@fb.com> | 2022-03-22 09:34:02 +0100 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@mail.de> | 2022-04-01 20:27:43 +0200 |
commit | 80831e742b3cf58ef3f23cc66be23df2c41c3901 (patch) | |
tree | f57177916c78e86a2b2fb146da49dd31d40da0ca /libavfilter/Makefile | |
parent | 451300d0e81392cd45bdce8dc5b56fb6913720ca (diff) | |
download | ffmpeg-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/Makefile | 1 |
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 |