From fdd93eabfb2644f541f7aac9943abce26776ea73 Mon Sep 17 00:00:00 2001 From: Clément Bœsch 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_noise.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_noise.c') diff --git a/libavfilter/vf_noise.c b/libavfilter/vf_noise.c index ae64b76961..996311a661 100644 --- a/libavfilter/vf_noise.c +++ b/libavfilter/vf_noise.c @@ -471,4 +471,5 @@ AVFilter avfilter_vf_noise = { .inputs = noise_inputs, .outputs = noise_outputs, .priv_class = &noise_class, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE, }; -- cgit v1.2.3