mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/sr: Remove slice thread flag
sr didn't enable the slice threading, so remove the flag Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
parent
b63df9b527
commit
b983e71bde
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user