Browse code

lavfi/afade: add timeline support

For correct precision one may need to use asetnsamples.

Signed-off-by: Paul B Mahol <onemda@gmail.com>

Paul B Mahol authored on 2013/05/25 22:08:13
Showing 1 changed files
... ...
@@ -297,4 +297,5 @@ AVFilter avfilter_af_afade = {
297 297
     .inputs        = avfilter_af_afade_inputs,
298 298
     .outputs       = avfilter_af_afade_outputs,
299 299
     .priv_class    = &afade_class,
300
+    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
300 301
 };