Commit cd88473a authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

skip initialization of lib_dec/ivas_binRenderer_internal.c for rendering from ambisonics

parent b6713df4
Loading
Loading
Loading
Loading
+19 −14
Original line number Diff line number Diff line
@@ -1261,6 +1261,10 @@ ivas_error ivas_binRenderer_open(
        }

        /* initialize the dmx matrix */
#ifdef FIX_1058_DECODER_ERROR_WITH_REVERB_ROOM
        if ( hBinRenderer->nInChannels != 16 )
#endif
        {
            for ( chIdx = 0; chIdx < BINAURAL_CHANNELS; chIdx++ )
            {
                for ( k = 0; k < hBinRenderer->nInChannels; k++ )
@@ -1269,6 +1273,7 @@ ivas_error ivas_binRenderer_open(
                }
            }
        }
    }
    else
    {
        hBinRenderer->hReverb = NULL;