[FFmpeg-devel] [PATCH v7 14/14] vvcdec: add full vvc decoder

Nuo Mi nuomi2021 at gmail.com
Sun Dec 10 18:08:10 EET 2023


>
> > +        if (ret < 0)
> > +            goto fail;
> > +    }
> > +
> > +    s->executor = ff_vvc_executor_alloc(s, FFMIN(cpu_count,
> VVC_MAX_DELAYED_FRAMES));
>
> You are still ignoring the user-provided thread-count, although you said
> that you have fixed this.
>

sorry about this.
I have sent the wrong version. It's a last-step error....
please help check the new one.
Thank you for your patience


More information about the ffmpeg-devel mailing list