Re: [FFmpeg-devel] [PATCH 3/3] avcodec/options_table: make channel_layouts uint64

2016-11-22 Thread Michael Niedermayer
On Sun, Nov 20, 2016 at 08:56:18PM +0100, Andreas Cadhalpun wrote: > On 20.11.2016 12:57, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/options_table.h | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/libavcodec/options

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/options_table: make channel_layouts uint64

2016-11-20 Thread Andreas Cadhalpun
On 20.11.2016 12:57, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/options_table.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h > index 48de667..ee79859 100644 > --- a/lib

[FFmpeg-devel] [PATCH 3/3] avcodec/options_table: make channel_layouts uint64

2016-11-20 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/options_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 48de667..ee79859 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -447