Re: [FFmpeg-devel] [PATCH] alsdec: limit avctx->bits_per_raw_sample to 32

2015-04-18 Thread Thilo Borgmann
Am 18.04.15 um 21:11 schrieb Michael Niedermayer: > On Sat, Apr 18, 2015 at 08:29:13PM +0200, Andreas Cadhalpun wrote: >> avctx->bits_per_raw_sample is used in get_sbits_long, which only >> supports up to 32 bits. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/alsdec.c | 6 ++ >>

Re: [FFmpeg-devel] [PATCH] alsdec: limit avctx->bits_per_raw_sample to 32

2015-04-18 Thread Michael Niedermayer
On Sat, Apr 18, 2015 at 08:29:13PM +0200, Andreas Cadhalpun wrote: > avctx->bits_per_raw_sample is used in get_sbits_long, which only > supports up to 32 bits. > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/alsdec.c | 6 ++ > 1 file changed, 6 insertions(+) applied thanks [...] -

[FFmpeg-devel] [PATCH] alsdec: limit avctx->bits_per_raw_sample to 32

2015-04-18 Thread Andreas Cadhalpun
avctx->bits_per_raw_sample is used in get_sbits_long, which only supports up to 32 bits. Signed-off-by: Andreas Cadhalpun --- libavcodec/alsdec.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index e0453e9..8ecc47c 100644 --- a/libavcodec/als