[FFmpeg-devel] [PATCH v3] avcodec: libdav1d AV1 decoder wrapper.

Dale Curtis dalecurtis at chromium.org
Wed Oct 24 02:15:03 EEST 2018


On Fri, Oct 19, 2018 at 4:50 PM James Almer <jamrial at gmail.com> wrote:

> +    s.n_tile_threads = dav1d->tile_threads;
> +    s.n_frame_threads = dav1d->frame_threads;
>

Did you consider using the AVCodecContext.threads value along
AVCodecContext.thread_type flags? That seems to be how this is handled
elsewhere.

- dale


More information about the ffmpeg-devel mailing list