Not OK, there is threading in filter. See execute call. On 10/25/19, Andriy Gelman <[email protected]> wrote: > From: Andriy Gelman <[email protected]> > > Unset flag because there is no threading in filter. > --- > libavfilter/af_anlmdn.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/libavfilter/af_anlmdn.c b/libavfilter/af_anlmdn.c > index 6e37452963..c25454e6f8 100644 > --- a/libavfilter/af_anlmdn.c > +++ b/libavfilter/af_anlmdn.c > @@ -369,6 +369,5 @@ AVFilter ff_af_anlmdn = { > .inputs = inputs, > .outputs = outputs, > .process_command = ff_filter_process_command, > - .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL | > - AVFILTER_FLAG_SLICE_THREADS, > + .flags = AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL > }; > -- > 2.23.0 > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
