Commit dc79ed90 authored by kinuthia's avatar kinuthia
Browse files

Merge branch 'philips/contribution-38-control-metadata-reverb' into...

Merge branch 'philips/contribution-38-control-metadata-reverb' into ericsson/contribution-38-control-metadata-directivity
parents 4ff80bf3 9e077d6d
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2021,9 +2021,10 @@ ivas_error RenderConfigReader_read(
                        }
                        free( pCombinedName );
                    }
                    else
#endif
#ifdef DEBUGGING
                    else if ( strcmp( item, "RENDERER" ) == 0 )
                    if ( strcmp( item, "RENDERER" ) == 0 )
                    {
                        if ( strcmp( pValue, "CREND" ) == 0 )
                        {
@@ -2038,8 +2039,9 @@ ivas_error RenderConfigReader_read(
                            errorHandler( pValue, ERROR_VALUE_INVALID );
                        }
                    }
                    else
#endif
                    else if ( strcmp( item, "DIRECTIVITY" ) == 0 )
                    if ( strcmp( item, "DIRECTIVITY" ) == 0 )
                    {
                        if ( read_vector( pValue, 3, hRenderConfig->directivity ) )
                        {