summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2019-05-25 20:09:41 +0800
committerJun Zhao <barryjzhao@tencent.com>2019-05-28 09:13:36 +0800
commitb983e71bde6c24195b4a65b7713af6dfa58d55e7 (patch)
tree8fcdf457c6a66444f3fb3fb6acb16004286845be /libavfilter
parentb63df9b52705790fb0c6702254a63710d3f007d2 (diff)
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>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_sr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/vf_sr.c b/libavfilter/vf_sr.c
index 65baf5f901..9c96424479 100644
--- a/libavfilter/vf_sr.c
+++ b/libavfilter/vf_sr.c
@@ -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,
};
-