Re: [libav-devel] [PATCH 18/25] lavr: Only let pass-through ambisonic channel layouts

2017-06-29 Thread Vittorio Giovara
On Thu, Jun 29, 2017 at 5:23 AM, wm4 wrote: > On Wed, 28 Jun 2017 18:11:02 -0400 > Vittorio Giovara wrote: > >> Resampling or conversion to/from ambisonic audio are currently >> unsupported features. >> >> Signed-off-by: Vittorio Giovara

Re: [libav-devel] [PATCH 18/25] lavr: Only let pass-through ambisonic channel layouts

2017-06-29 Thread Vittorio Giovara
On Thu, Jun 29, 2017 at 3:22 AM, Diego Biurrun wrote: > On Wed, Jun 28, 2017 at 06:11:02PM -0400, Vittorio Giovara wrote: >> Resampling or conversion to/from ambisonic audio are currently >> unsupported features. > > Maybe you mean something like > > lavr: Only allow

Re: [libav-devel] [PATCH 18/25] lavr: Only let pass-through ambisonic channel layouts

2017-06-29 Thread wm4
On Wed, 28 Jun 2017 18:11:02 -0400 Vittorio Giovara wrote: > Resampling or conversion to/from ambisonic audio are currently > unsupported features. > > Signed-off-by: Vittorio Giovara > --- > libavresample/utils.c | 8 > 1 file

Re: [libav-devel] [PATCH 18/25] lavr: Only let pass-through ambisonic channel layouts

2017-06-29 Thread Diego Biurrun
On Wed, Jun 28, 2017 at 06:11:02PM -0400, Vittorio Giovara wrote: > Resampling or conversion to/from ambisonic audio are currently > unsupported features. Maybe you mean something like lavr: Only allow pass-through of ambisonic channel layouts ? Your current commit title does not parse...

[libav-devel] [PATCH 18/25] lavr: Only let pass-through ambisonic channel layouts

2017-06-28 Thread Vittorio Giovara
Resampling or conversion to/from ambisonic audio are currently unsupported features. Signed-off-by: Vittorio Giovara --- libavresample/utils.c | 8 1 file changed, 8 insertions(+) diff --git a/libavresample/utils.c b/libavresample/utils.c index