summaryrefslogtreecommitdiff
path: root/libavfilter/vf_entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_entropy.c')
-rw-r--r--libavfilter/vf_entropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_entropy.c b/libavfilter/vf_entropy.c
index 16569682a9..893d07d8e6 100644
--- a/libavfilter/vf_entropy.c
+++ b/libavfilter/vf_entropy.c
@@ -192,5 +192,5 @@ const AVFilter ff_vf_entropy = {
FILTER_OUTPUTS(outputs),
FILTER_PIXFMTS_ARRAY(pixfmts),
.priv_class = &entropy_class,
- .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
+ .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_METADATA_ONLY,
};