Re: [FFmpeg-devel] [PATCH 2/2] avcodec/internal: increase FF_SANE_NB_CHANNELS to 256

2018-07-13 Thread Marton Balint
On Tue, 3 Jul 2018, Marton Balint wrote: This was reduced from 128 in libav commit 192f1984b1a93aa08af053b8f9ab4950f307bd5d, but since we support unknown channel layouts, we can increase this limit. Fixes ticket #6332. Applied. Might make sense to increase SWR_CH_MAX in libswresample/swres

[FFmpeg-devel] [PATCH 2/2] avcodec/internal: increase FF_SANE_NB_CHANNELS to 256

2018-07-03 Thread Marton Balint
This was reduced from 128 in libav commit 192f1984b1a93aa08af053b8f9ab4950f307bd5d, but since we support unknown channel layouts, we can increase this limit. Fixes ticket #6332. Signed-off-by: Marton Balint --- libavcodec/internal.h | 2 +- libavcodec/version.h | 2 +- 2 files changed, 2 inser