mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
lavfi/afade: add timeline support
For correct precision one may need to use asetnsamples. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
760a9754ca
commit
8caf2da320
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user