Re: [libav-devel] [PATCH 07/25] lavfi, buffersrc: switch to the new channel layout API

2018-01-19 Thread Vittorio Giovara
On Sat, Jul 22, 2017 at 12:02 PM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-06-29 00:10:51) > > Signed-off-by: Vittorio Giovara > > --- > > libavfilter/audio.c | 17 +-- > > libavfilter/avfilter.c | 9

Re: [libav-devel] [PATCH 05/25] avtools: Use the new channel layout API in AVFrame

2018-01-19 Thread Vittorio Giovara
On Sat, Jul 22, 2017 at 10:15 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-06-29 00:10:49) > > --- > > avtools/avconv.c| 2 +- > > avtools/avconv_filter.c | 2 +- > > avtools/avplay.c| 4 ++-- > > 3 files changed, 4 insertions(+), 4 deletions(-) >

Re: [libav-devel] [PATCH 04/25] avframe: switch to the new channel layout API

2018-01-19 Thread Vittorio Giovara
On Sat, Jul 22, 2017 at 10:13 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-06-29 00:10:48) > > From: Anton Khirnov > > > > Signed-off-by: Vittorio Giovara > > --- > > libavcodec/decode.c | 67

Re: [libav-devel] [PATCH 04/25] avframe: switch to the new channel layout API

2018-01-19 Thread Vittorio Giovara
On Sat, Jul 22, 2017 at 10:02 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-06-29 00:10:48) > > From: Anton Khirnov > > > > Signed-off-by: Vittorio Giovara > > --- > > libavcodec/decode.c | 67

Re: [libav-devel] [PATCH 06/25] lavr: switch to the new channel layout API

2018-01-19 Thread Vittorio Giovara
On Sat, Jul 22, 2017 at 10:40 AM, Anton Khirnov wrote: > Quoting Vittorio Giovara (2017-06-29 00:10:50) > > diff --git a/libavresample/utils.c b/libavresample/utils.c > > index bab2153b4b..15c827efbe 100644 > > --- a/libavresample/utils.c > > +++ b/libavresample/utils.c > > @@