Re: [FFmpeg-devel] [PATCH 2/4] ac3_fixed: fix computation of spx_noise_blend

2015-03-14 Thread Reimar Döffinger
On 14.03.2015, at 12:48, Christophe Gisquet wrote: > It was set to 1 instead of sqrt(3) > --- > libavcodec/ac3dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c > index ce45186..ae4129f 100644 > --- a/libavcodec/ac3dec.c > +++

Re: [FFmpeg-devel] [PATCH 2/4] ac3_fixed: fix computation of spx_noise_blend

2015-03-14 Thread Michael Niedermayer
On Sat, Mar 14, 2015 at 11:48:58AM +, Christophe Gisquet wrote: > It was set to 1 instead of sqrt(3) > --- > libavcodec/ac3dec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB What doe

[FFmpeg-devel] [PATCH 2/4] ac3_fixed: fix computation of spx_noise_blend

2015-03-14 Thread Christophe Gisquet
It was set to 1 instead of sqrt(3) --- libavcodec/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index ce45186..ae4129f 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -939,7 +939,7 @@ static int decode_audio_blo