mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-02 02:04:19 +00:00
avfilter/vf_fade: add timeline support
This commit is contained in:
parent
fc50a8de55
commit
adf72718a4
@ -577,5 +577,6 @@ AVFilter ff_vf_fade = {
|
||||
.query_formats = query_formats,
|
||||
.inputs = avfilter_vf_fade_inputs,
|
||||
.outputs = avfilter_vf_fade_outputs,
|
||||
.flags = AVFILTER_FLAG_SLICE_THREADS,
|
||||
.flags = AVFILTER_FLAG_SLICE_THREADS |
|
||||
AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user