Re: [FFmpeg-devel] [PATCH] alsdec: only adapt order for positive max_order

2015-04-23 Thread Michael Niedermayer
On Wed, Apr 22, 2015 at 04:03:41PM +0200, Andreas Cadhalpun wrote: > For max_order = 0 the clipping range is invalid. (amin = 2, amax = 1) > > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/alsdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael

[FFmpeg-devel] [PATCH] alsdec: only adapt order for positive max_order

2015-04-22 Thread Andreas Cadhalpun
For max_order = 0 the clipping range is invalid. (amin = 2, amax = 1) Signed-off-by: Andreas Cadhalpun --- libavcodec/alsdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index e34cf6e..75be55c 100644 --- a/libavcodec/alsdec.c +++