Commit ff6c9244 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_deband: add mising slice thread flag

parent ff8f6691
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment