Commit be1926c7 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

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

Merge branch 'philips/contribution-38-control-metadata-reverb' into 'philips/contribution-38-control-metadata-reverb-draft'
parents bd3b01de 9e077d6d
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -2631,10 +2631,8 @@ ivas_error RenderConfigReader_read(
                        }
                        free( pCombinedName );
                    }
#ifdef DEBUGGING
                    else
#endif
#endif
#ifdef DEBUGGING
                    if ( strcmp( item, "RENDERER" ) == 0 )
                    {
@@ -2652,8 +2650,9 @@ ivas_error RenderConfigReader_read(
                            return IVAS_ERR_INVALID_RENDER_CONFIG;
                        }
                    }
                    else
#endif
                    else if ( strcmp( item, "DIRECTIVITY" ) == 0 )
                    if ( strcmp( item, "DIRECTIVITY" ) == 0 )
                    {
#ifdef CONTROL_METADATA_REVERB
                        if ( read_txt_vector( pValue, 3, pRenderConfigReader->directivity ) )