[FFmpeg-devel] [PATCH 1/2] avutils/executor: remove unused ready callback
Anton Khirnov
anton at khirnov.net
Wed Sep 25 15:47:36 EEST 2024
Quoting Nuo Mi (2024-09-25 14:37:43)
> On Tue, Sep 24, 2024 at 11:44 PM Anton Khirnov <anton at khirnov.net> wrote:
>
> > Quoting Nuo Mi (2024-09-24 16:56:46)
> > > On Tue, Sep 24, 2024 at 10:43 PM Nuo Mi <nuomi2021 at gmail.com> wrote:
> > >
> > > Currently, the pure decode speed for 8K is around 27–30 fps.
> > > To achieve stable 8K at 30 playback, we may need to go through several
> > rounds
> > > of refactoring and optimization for both the decoder and executor, with
> > > each refactor potentially breaking the API/ABI.
> >
> > API and ABI breaks are not allowed outside of major bumps.
> >
> Okay, let me explore alternative options. Thank you for pointing that out
You could also copy the entire API into libavcodec, then you could
modify it as you wish.
It might eventually be useful elsewhere though.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list