summaryrefslogtreecommitdiff
path: root/audio.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-07-08 14:36:08 +0200
committerJohns <johns98@gmx.net>2013-07-08 14:36:08 +0200
commit34fd275b42d91f8638268d551a4726eeac2c273a (patch)
tree2b7477d968070b176ad25f835bd1d5b80b21b812 /audio.c
parent64c11efc1b0ba0e7c77cf08bbdad64a0c69cfd75 (diff)
downloadvdr-plugin-softhddevice-34fd275b42d91f8638268d551a4726eeac2c273a.tar.gz
vdr-plugin-softhddevice-34fd275b42d91f8638268d551a4726eeac2c273a.tar.bz2
Fix bug #1392: Wrong value for mixing LFE.
Diffstat (limited to 'audio.c')
-rw-r--r--audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio.c b/audio.c
index a38377d..a6fe94a 100644
--- a/audio.c
+++ b/audio.c
@@ -486,7 +486,7 @@ static void AudioSurround2Stereo(const int16_t * in, int in_chan, int frames,
r += in[3] * 200; // Rs
l += in[4] * 300; // C
r += in[4] * 300;
- l += in[5] * 300; // LFE
+ l += in[5] * 100; // LFE
r += in[5] * 100;
break;
case 7: // 7.0