Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2008-01-04 23:02:10 +0300
committerBenjamin Larsson <banan@ludd.ltu.se>2008-01-04 23:02:10 +0300
commit9389e63c838d03ae9b0688b7957a994b9a2bd61c (patch)
tree6c9c642c7654ed5e53e0e09585055de880524d2d /libavcodec/dca.c
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
Diffstat (limited to 'libavcodec/dca.c')
-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 */
}