Commit 0e656b55 authored by sagnowski's avatar sagnowski
Browse files

Try to fix instrumented build

parent 5060f758
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1971,7 +1971,9 @@ static ivas_error initMasaDummyDecForBinauralOut( input_masa *inputMasa, IVAS_RE
    }
    decDummy->ivas_format = MASA_FORMAT;
    decDummy->transport_config = AUDIO_CONFIG_INVALID;
#ifdef DEBUGGING
    decDummy->hDecoderConfig->forceSubframeBinauralization = 0;
#endif

    if ( ( error = ivas_dirac_dec_open( decDummy ) ) != IVAS_ERR_OK )
    {