summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vmafmotion.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_vmafmotion.c')
-rw-r--r--libavfilter/vf_vmafmotion.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_vmafmotion.c b/libavfilter/vf_vmafmotion.c
index 362839735e..8b7e9b17ef 100644
--- a/libavfilter/vf_vmafmotion.c
+++ b/libavfilter/vf_vmafmotion.c
@@ -363,6 +363,7 @@ const AVFilter ff_vf_vmafmotion = {
.uninit = uninit,
.priv_size = sizeof(VMAFMotionContext),
.priv_class = &vmafmotion_class,
+ .flags = AVFILTER_FLAG_METADATA_ONLY,
FILTER_INPUTS(vmafmotion_inputs),
FILTER_OUTPUTS(vmafmotion_outputs),
FILTER_QUERY_FUNC(query_formats),