Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: treat quant_cof as a signed value

2016-03-06 Thread Michael Niedermayer
On Sun, Mar 06, 2016 at 09:00:47AM +0100, Paul B Mahol wrote: > On 3/5/16, Umair Khan wrote: > > Signed-off-by: Umair Khan > > --- > > libavcodec/alsdec.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c > > index ebd364e..0

Re: [FFmpeg-devel] [PATCH] avcodec/alsdec: treat quant_cof as a signed value

2016-03-06 Thread Paul B Mahol
On 3/5/16, Umair Khan wrote: > Signed-off-by: Umair Khan > --- > libavcodec/alsdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c > index ebd364e..0043512 100644 > --- a/libavcodec/alsdec.c > +++ b/libavcodec/alsdec.c > @@ -72

[FFmpeg-devel] [PATCH] avcodec/alsdec: treat quant_cof as a signed value

2016-03-05 Thread Umair Khan
Signed-off-by: Umair Khan --- libavcodec/alsdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index ebd364e..0043512 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -729,7 +729,7 @@ static int read_var_block_data(ALSD