Commit b983e71b authored by Jun Zhao's avatar Jun Zhao

lavfi/sr: Remove slice thread flag

sr didn't enable the slice threading, so remove the flag
Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
parent b63df9b5
......@@ -317,6 +317,5 @@ AVFilter ff_vf_sr = {
.inputs = sr_inputs,
.outputs = sr_outputs,
.priv_class = &sr_class,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SLICE_THREADS,
.flags = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
};
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