Commit 1ad74401 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Removes default MASA metadata functionality from external renderer.

parent 6fa665ec
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -2110,15 +2110,6 @@ static DecoderDummy *initDecoderDummy( int32_t sampleRate, int16_t numTransChann
    return decDummy;
}

static MASA_METADATA_FRAME defaultMasaMetadata( void )
{
    MASA_METADATA_FRAME mf;

    /* TODO @ Nokia: Is there a sensible default here that can be used in case no metadata is fed? */

    return mf;
}

static ivas_error setRendInputActiveMasa(
    void *input,
    IVAS_REND_AudioConfig inConfig,
@@ -2142,7 +2133,6 @@ static ivas_error setRendInputActiveMasa(
    }
    /* TODO(sgi): Don't hard-code enableRenderConfig here (last argument) */
    inputMasa->decDummy = initDecoderDummy( *rendCtx.pOutSampleRate, (int16_t)numInChannels, outConfig, 0 );
    inputMasa->masaMetadata = defaultMasaMetadata();

    if ( ( error = updateMasaDummyDec( inputMasa, outConfig ) ) != IVAS_ERR_OK )
    {