Re: [FFmpeg-devel] [PATCH] avcodec/atrac3: allow 6 channels (non-joint stereo)

2017-01-20 Thread Paul B Mahol
On 1/19/17, bananaman...@gmail.com wrote: > From: bnnm > > Raises max channels to 6 (for non joint-stereo only), > there is no difference decoding 1 or N discrete channels. > Fixes trac issue #5840 > > Signed-off-by: bnnm > --- > libavcodec/atrac3.c | 17 - > 1 file changed, 8 i

[FFmpeg-devel] [PATCH] avcodec/atrac3: allow 6 channels (non-joint stereo)

2017-01-19 Thread bananaman255
From: bnnm Raises max channels to 6 (for non joint-stereo only), there is no difference decoding 1 or N discrete channels. Fixes trac issue #5840 Signed-off-by: bnnm --- libavcodec/atrac3.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/libavcodec/atrac3.