[FFmpeg-cvslog] lavfi/sr: Remove slice thread flag
Jun Zhao
git at videolan.org
Tue May 28 04:19:40 EEST 2019
ffmpeg | branch: master | Jun Zhao <barryjzhao at tencent.com> | Sat May 25 20:09:41 2019 +0800| [b983e71bde6c24195b4a65b7713af6dfa58d55e7] | committer: Jun Zhao
lavfi/sr: Remove slice thread flag
sr didn't enable the slice threading, so remove the flag
Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b983e71bde6c24195b4a65b7713af6dfa58d55e7
---
libavfilter/vf_sr.c | 3 +--
1 file changed, 1 insertion(+), 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,
};
-
More information about the ffmpeg-cvslog
mailing list