diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-08-02 14:00:34 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-08-02 14:00:34 +0200 |
commit | ff6c92447d85397f479636dd277c9bbd10a9f3e4 (patch) | |
tree | e2d83c689f2d58323777d64476a38f5afe826eaf | |
parent | ff8f6691ce818dfbefdb939dc016bcdb6095cd9b (diff) | |
download | ffmpeg-ff6c92447d85397f479636dd277c9bbd10a9f3e4.tar.gz |
avfilter/vf_deband: add mising slice thread flag
-rw-r--r-- | libavfilter/vf_deband.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_deband.c b/libavfilter/vf_deband.c index 65162a0c63..5de3db171d 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, }; |