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(-) > > > > Again, seems

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

2017-07-22 Thread Anton Khirnov
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(-) > Again, seems premature. The switch should be done at the end. If it needs to be done h

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

2017-07-04 Thread Luca Barbato
On 7/4/17 6:18 PM, Vittorio Giovara wrote: > On Tue, Jul 4, 2017 at 6:50 AM, Luca Barbato wrote: >> On 6/29/17 12:10 AM, Vittorio Giovara wrote: >>> --- >>> avtools/avconv.c| 2 +- >>> avtools/avconv_filter.c | 2 +- >>> avtools/avplay.c| 4 ++-- >>> 3 files changed, 4 insertions(

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

2017-07-04 Thread Vittorio Giovara
On Tue, Jul 4, 2017 at 6:50 AM, Luca Barbato wrote: > On 6/29/17 12:10 AM, Vittorio Giovara wrote: >> --- >> avtools/avconv.c| 2 +- >> avtools/avconv_filter.c | 2 +- >> avtools/avplay.c| 4 ++-- >> 3 files changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/avtools/avcon

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

2017-07-04 Thread Luca Barbato
On 6/29/17 12:10 AM, Vittorio Giovara wrote: > --- > avtools/avconv.c| 2 +- > avtools/avconv_filter.c | 2 +- > avtools/avplay.c| 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/avtools/avconv.c b/avtools/avconv.c > index 8dd11bb5fc..42cbfef592 100644

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

2017-06-28 Thread Vittorio Giovara
--- avtools/avconv.c| 2 +- avtools/avconv_filter.c | 2 +- avtools/avplay.c| 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/avtools/avconv.c b/avtools/avconv.c index 8dd11bb5fc..42cbfef592 100644 --- a/avtools/avconv.c +++ b/avtools/avconv.c @@ -1209,7 +120