Browse Source

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>
tags/n4.2
Jun Zhao 6 years ago
parent
commit
b983e71bde
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavfilter/vf_sr.c

+ 1
- 2
libavfilter/vf_sr.c View File

@@ -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…
Cancel
Save