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

2017-06-30 Thread wm4
On Thu, 29 Jun 2017 14:44:52 -0400 Vittorio Giovara wrote: > On Thu, Jun 29, 2017 at 5:18 AM, wm4 wrote: > > On Wed, 28 Jun 2017 18:10:56 -0400 > > Vittorio Giovara wrote: > > > >> Since the request_channel_layout

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

2017-06-29 Thread Vittorio Giovara
On Thu, Jun 29, 2017 at 5:18 AM, wm4 wrote: > On Wed, 28 Jun 2017 18:10:56 -0400 > Vittorio Giovara wrote: > >> Since the request_channel_layout is used only by a handful of codecs, >> move the option to codec private contexts. > > Not sure if

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

2017-06-29 Thread wm4
On Wed, 28 Jun 2017 18:10:56 -0400 Vittorio Giovara wrote: > Since the request_channel_layout is used only by a handful of codecs, > move the option to codec private contexts. Not sure if that is justified... ___

[libav-devel] [PATCH 12/25] lavc: switch to the new channel layout API

2017-06-28 Thread Vittorio Giovara
Since the request_channel_layout is used only by a handful of codecs, move the option to codec private contexts. --- libavcodec/avcodec.h | 31 + libavcodec/decode.c| 49 +- libavcodec/encode.c| 9 ++- libavcodec/internal.h | 2 +