From 9389e63c838d03ae9b0688b7957a994b9a2bd61c Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Fri, 4 Jan 2008 20:02:10 +0000 Subject: [PATCH] Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net Originally committed as revision 11407 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dca.c b/libavcodec/dca.c index 13eb8652c6..0bfc294d71 100644 --- a/libavcodec/dca.c +++ b/libavcodec/dca.c @@ -1001,7 +1001,7 @@ static int dca_subsubframe(DCAContext * s) s->lfe_data + lfe_samples + 2 * s->lfe * subsubframe, &s->samples[256 * i_channels], - 8388608.0, s->bias); + 256.0, 0 /* s->bias */); /* Outputs 20bits pcm samples */ }