From 8caf2da320527107b12a54c0cda5f8b5cf0117cd Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 25 May 2013 13:08:13 +0000 Subject: lavfi/afade: add timeline support For correct precision one may need to use asetnsamples. Signed-off-by: Paul B Mahol --- libavfilter/af_afade.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/af_afade.c') diff --git a/libavfilter/af_afade.c b/libavfilter/af_afade.c index a6805b50b1..baced60a32 100644 --- a/libavfilter/af_afade.c +++ b/libavfilter/af_afade.c @@ -297,4 +297,5 @@ AVFilter avfilter_af_afade = { .inputs = avfilter_af_afade_inputs, .outputs = avfilter_af_afade_outputs, .priv_class = &afade_class, + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, }; -- cgit v1.2.3