summaryrefslogtreecommitdiffstats
path: root/contrib/patch-a52dec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/patch-a52dec.patch')
-rw-r--r--contrib/patch-a52dec.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/patch-a52dec.patch b/contrib/patch-a52dec.patch
index 9eaf34ffd..cf1c8a64a 100644
--- a/contrib/patch-a52dec.patch
+++ b/contrib/patch-a52dec.patch
@@ -81,8 +81,8 @@ diff -Naur a52dec_original/liba52/downmix.c a52dec_patched/liba52/downmix.c
+ Lss = (LEVEL_SQRT_3_4 * Ls) - (LEVEL_SQRT_1_2 * Rs);
+ Rss = -(LEVEL_SQRT_1_2 * Ls) + (LEVEL_SQRT_3_4 * Rs);
+
-+ samples[i] = Lt + Lss;
-+ samples[i + 256] = Rt + Rss;
++ samples[i] = bias + Lt + Lss;
++ samples[i + 256] = bias + Rt + Rss;
+
+ }
+