Re: [libav-devel] [PATCH 08/25] libavfilter changes for the new channel layout API

2017-07-22 Thread Anton Khirnov
Quoting Vittorio Giovara (2017-06-29 00:10:52) > This patch contains the following commits: > > avtools: Use the new channel layout API in libavfilter Again, this does not belong here. The libraries should be converted separately from their users, and FATE should pass both before and after. That

Re: [libav-devel] [PATCH 08/25] libavfilter changes for the new channel layout API

2017-06-29 Thread Vittorio Giovara
On Thu, Jun 29, 2017 at 3:59 AM, Diego Biurrun wrote: > On Wed, Jun 28, 2017 at 06:10:52PM -0400, Vittorio Giovara wrote: >> --- a/libavfilter/af_aformat.c >> +++ b/libavfilter/af_aformat.c >> @@ -94,6 +94,13 @@ static int get_sample_rate(const char *samplerate) >> +static int get_channel_layout(c

Re: [libav-devel] [PATCH 08/25] libavfilter changes for the new channel layout API

2017-06-29 Thread Diego Biurrun
On Wed, Jun 28, 2017 at 06:10:52PM -0400, Vittorio Giovara wrote: > --- a/libavfilter/af_aformat.c > +++ b/libavfilter/af_aformat.c > @@ -94,6 +94,13 @@ static int get_sample_rate(const char *samplerate) > +static int get_channel_layout(const char *channel_layout) > +{ > +AVChannelLayout ch_lay

[libav-devel] [PATCH 08/25] libavfilter changes for the new channel layout API

2017-06-28 Thread Vittorio Giovara
This patch contains the following commits: avtools: Use the new channel layout API in libavfilter af_aformat: convert to new channel layout API Signed-off-by: Vittorio Giovara af_amix: convert to new channel layout API Signed-off-by: Vittorio Giovara af_ashowinfo: convert to new channel lay