Loading lib_rend/lib_rend.c +1 −3 Original line number Diff line number Diff line Loading @@ -3377,9 +3377,7 @@ static ivas_error setRendInputActiveMasa( { inputMasa->decDummy = initDecoderDummy( *rendCtx.pOutSampleRate, numInChannels, outConfig, 0 ); inputMasa->metadataHasBeenFed = false; #ifdef SPLIT_REND_WITH_HEAD_ROT_PARAMBIN inputMasa->decDummy->hRenderConfig = hRendCfg; #endif if ( ( error = updateMasaDummyDec( inputMasa, outConfig ) ) != IVAS_ERR_OK ) { return error; Loading Loading
lib_rend/lib_rend.c +1 −3 Original line number Diff line number Diff line Loading @@ -3377,9 +3377,7 @@ static ivas_error setRendInputActiveMasa( { inputMasa->decDummy = initDecoderDummy( *rendCtx.pOutSampleRate, numInChannels, outConfig, 0 ); inputMasa->metadataHasBeenFed = false; #ifdef SPLIT_REND_WITH_HEAD_ROT_PARAMBIN inputMasa->decDummy->hRenderConfig = hRendCfg; #endif if ( ( error = updateMasaDummyDec( inputMasa, outConfig ) ) != IVAS_ERR_OK ) { return error; Loading