From fdd93eabfb2644f541f7aac9943abce26776ea73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 8 Apr 2013 20:35:02 +0200 Subject: lavfi: add timeline support. Flag added in a few simple filters. A bunch of other filters can likely use the feature as well. --- libavfilter/vf_histeq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_histeq.c') diff --git a/libavfilter/vf_histeq.c b/libavfilter/vf_histeq.c index 33cddaadbe..a4166c674f 100644 --- a/libavfilter/vf_histeq.c +++ b/libavfilter/vf_histeq.c @@ -279,4 +279,5 @@ AVFilter avfilter_vf_histeq = { .inputs = histeq_inputs, .outputs = histeq_outputs, .priv_class = &histeq_class, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE, }; -- cgit v1.2.3