summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-09-20 16:28:52 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-09-20 16:29:20 +0200
commit4e781d6fe31a9dbea87620acda1f0b1f968b3b00 (patch)
treec571d428c6816013098e171a9939db05697decc5
parentd4b0274d89a116954b93130d469d84df613f7b3f (diff)
volume: orc fixup for loading float arguments
This is only used with DISABLE_ORC.
-rw-r--r--gst/volume/gstvolumeorc-dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/volume/gstvolumeorc-dist.c b/gst/volume/gstvolumeorc-dist.c
index 8197dcfa2..d15a469db 100644
--- a/gst/volume/gstvolumeorc-dist.c
+++ b/gst/volume/gstvolumeorc-dist.c
@@ -139,7 +139,7 @@ orc_scalarmultiply_f32_ns (float *d1, const float *s1, float p1, int n)
ptr4 = (orc_union32 *) s1;
/* 1: loadpl */
- var33.i = p1;
+ var33.f = p1;
for (i = 0; i < n; i++) {
/* 0: loadl */