Commit 6a6070c3 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Code review fixes

parent e47a6474
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -3002,10 +3002,11 @@ static void getDirectPartGains(
    const uint8_t renderStereoOutputInsteadOfBinaural,
    float Rmat[3][3],
    PARAMBIN_HRTF_GAIN_CACHE *gainCache,
    const int16_t isHeadtracked
#ifdef NONBE_FIX_991_PARAMBIN_BINARY_HRTF
    ,
    const int16_t isHeadtracked,
    HRTFS_PARAMBIN_HANDLE hHrtfParambin
#else
    const int16_t isHeadtracked
#endif
)
{
@@ -3087,10 +3088,11 @@ static void hrtfShGetHrtf(
    float *rRealp,
    float *rImagp,
    PARAMBIN_HRTF_GAIN_CACHE *gainCache,
    const int16_t useCachedValue
#ifdef NONBE_FIX_991_PARAMBIN_BINARY_HRTF
    ,
    const int16_t useCachedValue,
    HRTFS_PARAMBIN_HANDLE hHrtfParambin
#else
    const int16_t useCachedValue
#endif
)
{
+1 −1

File changed.

Contains only whitespace changes.