On Sat, May 13, 2023 at 08:29:37AM +0200, Paul B Mahol wrote:
> On Sat, May 13, 2023 at 1:37 AM Michael Niedermayer
> wrote:
>
> > On Thu, May 11, 2023 at 07:13:19PM +0200, Paul B Mahol wrote:
> > > Attached.
> > [...]
> > > @@ -33,64 +33,86 @@
> > >
> > >
> > > #define CONV_FUNC_NAME(dst_fmt, s
On Sat, May 13, 2023 at 1:37 AM Michael Niedermayer
wrote:
> On Thu, May 11, 2023 at 07:13:19PM +0200, Paul B Mahol wrote:
> > Attached.
> [...]
> > @@ -33,64 +33,86 @@
> >
> >
> > #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ##
> dst_fmt
> > +#define CONVP_FUNC_NAME(dst_fmt
On Thu, May 11, 2023 at 07:13:19PM +0200, Paul B Mahol wrote:
> Attached.
[...]
> @@ -33,64 +33,86 @@
>
>
> #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt
> +#define CONVP_FUNC_NAME(dst_fmt, src_fmt) convp_ ## src_fmt ## _to_ ##
> dst_fmt
>
> //FIXME rounding
Attached.
From 23bde72fa9b15b16d0b3241652433967111229b5 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Thu, 11 May 2023 17:39:08 +0200
Subject: [PATCH 2/2] swresample: add paths for same planar/packed format
conversion
Signed-off-by: Paul B Mahol
---
libswresample/audioconvert.c | 113 +