You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_deband: add mising slice thread flag
This commit is contained in:
@@ -308,5 +308,5 @@ AVFilter ff_vf_deband = {
|
||||
.query_formats = query_formats,
|
||||
.inputs = avfilter_vf_deband_inputs,
|
||||
.outputs = avfilter_vf_deband_outputs,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
|
||||
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SLICE_THREADS,
|
||||
};
|
||||
|
Reference in New Issue
Block a user