Commit d54356db authored by norvell's avatar norvell
Browse files

Fix offset in renderer directivity, found in BASOP. This syncs the code with the BASOP

parent e43e099f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -726,7 +726,7 @@ ivas_error ivas_td_binaural_open_ext(
    if ( NULL != hRendCfg )
    {
#ifdef NONBE_1377_REND_DIRATT_CONF
        ism_number = id & 0x00FF; /* Exctract ISM number from ID */
        ism_number = ( id & 0x00FF ) - 1; /* Extract ISM number from ID */
        directivity = hRendCfg->directivity + 3 * ism_number;
#else
        directivity = hRendCfg->directivity;