[Asterisk-code-review] bridge softmix binaural: Enable FFTW3 in Solaris 11. (asterisk[15])

Richard Mudgett asteriskteam at digium.com
Tue Jun 26 15:00:58 CDT 2018


Richard Mudgett has posted comments on this change. ( https://gerrit.asterisk.org/9290 )

Change subject: bridge_softmix_binaural: Enable FFTW3 in Solaris 11.
......................................................................


Patch Set 1: Code-Review-1

(2 comments)

https://gerrit.asterisk.org/#/c/9290/1/bridges/bridge_softmix/bridge_softmix_binaural.c
File bridges/bridge_softmix/bridge_softmix_binaural.c:

https://gerrit.asterisk.org/#/c/9290/1/bridges/bridge_softmix/bridge_softmix_binaural.c@196
PS1, Line 196: 	channel->fftw_in = (double *) fftw_malloc(sizeof(double) * hrtf_len + 1);
Operator precedence:
sizeof(double) * (hrtf_len + 1)


https://gerrit.asterisk.org/#/c/9290/1/bridges/bridge_softmix/bridge_softmix_binaural.c@201
PS1, Line 201: 	channel->fftw_out = (double *) fftw_malloc(sizeof(double) * hrtf_len + 1);
Operator precedence:
sizeof(double) * (hrtf_len + 1)



-- 
To view, visit https://gerrit.asterisk.org/9290
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: comment
Gerrit-Change-Id: Ice5640e08385a64a0a6555deaccd91e86bca154f
Gerrit-Change-Number: 9290
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Comment-Date: Tue, 26 Jun 2018 20:00:58 +0000
Gerrit-HasComments: Yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180626/a247aef2/attachment-0001.html>


More information about the asterisk-code-review mailing list