[FFmpeg-cvslog] avfilter/vf_deband: add mising slice thread flag

Paul B Mahol git at videolan.org
Sun Aug 2 14:02:08 CEST 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Aug  2 14:00:34 2015 +0200| [ff6c92447d85397f479636dd277c9bbd10a9f3e4] | committer: Paul B Mahol

avfilter/vf_deband: add mising slice thread flag

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff6c92447d85397f479636dd277c9bbd10a9f3e4
---

 libavfilter/vf_deband.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_deband.c b/libavfilter/vf_deband.c
index 65162a0..5de3db1 100644
--- a/libavfilter/vf_deband.c
+++ b/libavfilter/vf_deband.c
@@ -308,5 +308,5 @@ AVFilter ff_vf_deband = {
     .query_formats = query_formats,
     .inputs        = avfilter_vf_deband_inputs,
     .outputs       = avfilter_vf_deband_outputs,
-    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC,
+    .flags         = AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | AVFILTER_FLAG_SLICE_THREADS,
 };



More information about the ffmpeg-cvslog mailing list