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_lut.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_lut.c') diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c index 4c0cdfc29c..4313e77204 100644 --- a/libavfilter/vf_lut.c +++ b/libavfilter/vf_lut.c @@ -350,6 +350,7 @@ static const AVFilterPad outputs[] = { \ .inputs = inputs, \ .outputs = outputs, \ + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE, \ } #if CONFIG_LUT_FILTER -- cgit v1.2.3