From: Edward Hervey Date: Mon, 20 Sep 2010 14:28:52 +0000 (+0200) Subject: volume: orc fixup for loading float arguments X-Git-Tag: RELEASE-0.10.31~178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e781d6fe31a9dbea87620acda1f0b1f968b3b00;p=platform%2Fupstream%2Fgst-plugins-base.git volume: orc fixup for loading float arguments This is only used with DISABLE_ORC. --- diff --git a/gst/volume/gstvolumeorc-dist.c b/gst/volume/gstvolumeorc-dist.c index 8197dcf..d15a469 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 */