[FFmpeg-devel] [PATCH] avfilter: add aspace filter

Anton Khirnov anton at khirnov.net
Sat Dec 2 16:50:57 EET 2023


Quoting Paul B Mahol (2023-12-02 15:57:59)
> On Sat, Dec 2, 2023 at 3:44 PM Anton Khirnov <anton at khirnov.net> wrote:
> 
> > Quoting Paul B Mahol (2023-12-02 15:42:31)
> > > On Sat, Dec 2, 2023 at 2:47 PM Anton Khirnov <anton at khirnov.net> wrote:
> > >
> > > > Missing tests.
> > > >
> > >
> > > Float/double cant have tests.
> >
> > They most definitely can. See e.g. amix.
> >
> >
> amix does simple things, I can not guarantee that more advanced
> calculations will work for this case.
> It can work better if float or double output is converted to s16 and s16
> compared instead.

If your filter cannot guarantee stable output then your filter is
garbage and should be removed.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list