Re: [FFmpeg-devel] [PATCH 1/3] avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_t

2015-02-14 Thread Christophe Gisquet
Hi, 2015-02-13 17:49 GMT+01:00 zhaoxiu.zeng : > int8_t acfilter_order; > int8_t acfilter_scaling; > -int64_t acfilter_coeffs[16]; > +int16_t acfilter_coeffs[16]; > int acfilter_prevvalues[WMALL_MAX_CHANNELS][16]; > > int8_t mclms_order; > @@ -818,7 +818,7 @@ stat

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_t

2015-02-13 Thread Michael Niedermayer
On Sat, Feb 14, 2015 at 12:49:49AM +0800, zhaoxiu.zeng wrote: > From f1ea8512460b62e802134f5894bfa274e8914f24 Mon Sep 17 00:00:00 2001 > From: Zeng Zhaoxiu > Date: Fri, 13 Feb 2015 23:37:13 +0800 > Subject: [PATCH 1/3] avcodec/wmalosslessdec: change type of acfilter_coeffs > from int64_t to int16

[FFmpeg-devel] [PATCH 1/3] avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_t

2015-02-13 Thread zhaoxiu.zeng
>From f1ea8512460b62e802134f5894bfa274e8914f24 Mon Sep 17 00:00:00 2001 From: Zeng Zhaoxiu Date: Fri, 13 Feb 2015 23:37:13 +0800 Subject: [PATCH 1/3] avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_t Signed-off-by: Zeng Zhaoxiu --- libavcodec/wmalosslessdec.c | 4 +