Re: [FFmpeg-devel] [PATCH 1/2] avcodec/utils: report insane channel count errors

2018-07-13 Thread Marton Balint
On Wed, 4 Jul 2018, Michael Niedermayer wrote: On Tue, Jul 03, 2018 at 12:51:11PM +0200, Marton Balint wrote: More than 64 is not *that* insane, so let's report the error at least. Signed-off-by: Marton Balint --- libavcodec/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libav

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/utils: report insane channel count errors

2018-07-04 Thread Michael Niedermayer
On Tue, Jul 03, 2018 at 12:51:11PM +0200, Marton Balint wrote: > More than 64 is not *that* insane, so let's report the error at least. > > Signed-off-by: Marton Balint > --- > libavcodec/utils.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/utils.c b/libavcodec/utils.c >

[FFmpeg-devel] [PATCH 1/2] avcodec/utils: report insane channel count errors

2018-07-03 Thread Marton Balint
More than 64 is not *that* insane, so let's report the error at least. Signed-off-by: Marton Balint --- libavcodec/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 59d41ccbb6..4ac73fcd92 100644 --- a/libavcodec/utils.c +++ b/libavcodec/uti