[FFmpeg-devel] [PATCH] avfilter/af_anlmdn: Remove threading flag

Paul B Mahol onemda at gmail.com
Fri Oct 25 10:47:40 EEST 2019


Not OK, there is threading in filter. See execute call.

On 10/25/19, Andriy Gelman <andriy.gelman at gmail.com> wrote:
> From: Andriy Gelman <andriy.gelman at gmail.com>
>
> 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
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list