mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/aeval: add timeline support for aeval
This commit is contained in:
parent
3ffed80eba
commit
3021c611f5
@ -483,6 +483,7 @@ AVFilter ff_af_aeval = {
|
||||
.inputs = aeval_inputs,
|
||||
.outputs = aeval_outputs,
|
||||
.priv_class = &aeval_class,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
||||
#endif /* CONFIG_AEVAL_FILTER */
|
||||
|
Loading…
Reference in New Issue
Block a user