From b7be8ea92a4b23de5d622097ba451c4b266e6563 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 20 May 2013 00:20:08 +0200 Subject: [PATCH] lavfi/geq: mark timeline support --- libavfilter/vf_geq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_geq.c b/libavfilter/vf_geq.c index 5ee75d1236..84ca664f08 100644 --- a/libavfilter/vf_geq.c +++ b/libavfilter/vf_geq.c @@ -268,4 +268,5 @@ AVFilter avfilter_vf_geq = { .inputs = geq_inputs, .outputs = geq_outputs, .priv_class = &geq_class, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, };