aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAshish Singh <ashk43712@gmail.com>2017-09-16 02:17:58 +0530
committerRonald S. Bultje <rsbultje@gmail.com>2017-09-30 11:47:59 -0400
commit148c8e88c43cfbabd6aee9f01ef30942cee9d359 (patch)
treee319e2df00e71ae4670fe3ebb081843c3af4d1fa /libavfilter/allfilters.c
parent450cee522ec16a4375c02d3836de4893dfff26aa (diff)
downloadffmpeg-148c8e88c43cfbabd6aee9f01ef30942cee9d359.tar.gz
avfilter: add vmafmotion filter
Signed-off-by: Ashish Singh <ashk43712@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
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 baa84a3e72..9b672a7a7e 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -342,6 +342,7 @@ static void register_all(void)
REGISTER_FILTER(VIDSTABDETECT, vidstabdetect, vf);
REGISTER_FILTER(VIDSTABTRANSFORM, vidstabtransform, vf);
REGISTER_FILTER(VIGNETTE, vignette, vf);
+ REGISTER_FILTER(VMAFMOTION, vmafmotion, vf);
REGISTER_FILTER(VSTACK, vstack, vf);
REGISTER_FILTER(W3FDIF, w3fdif, vf);
REGISTER_FILTER(WAVEFORM, waveform, vf);