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/af_volume.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/af_volume.c') diff --git a/libavfilter/af_volume.c b/libavfilter/af_volume.c index 7d2b9bad55..a55e1a3518 100644 --- a/libavfilter/af_volume.c +++ b/libavfilter/af_volume.c @@ -296,4 +296,5 @@ AVFilter avfilter_af_volume = { .init = init, .inputs = avfilter_af_volume_inputs, .outputs = avfilter_af_volume_outputs, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE, }; -- cgit v1.2.3