[FFmpeg-devel] [PATCH v4] vvcdec: add thread executor

Nuo Mi nuomi2021 at gmail.com
Tue Aug 22 15:09:07 EEST 2023


>
> >> +        if (pthread_create(&ti->thread, NULL, executor_worker_task,
> ti))
>
> executor_worker_task() doesn't exist if !HAVE_THREADS, so like i said
> above, wrap this for loop.
>
Not needed since pthread_create is defined to 0

>
>


More information about the ffmpeg-devel mailing list