summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Larsson <[email protected]>2008-01-04 20:02:10 +0000
committerBenjamin Larsson <[email protected]>2008-01-04 20:02:10 +0000
commit9389e63c838d03ae9b0688b7957a994b9a2bd61c (patch)
tree6c9c642c7654ed5e53e0e09585055de880524d2d
parent8eb793c4599988246359929977db13e7ff31d58b (diff)
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
-rw-r--r--libavcodec/dca.c2
1 files changed, 1 insertions, 1 deletions
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 */
}