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

Directivity switches update in render config reader

parent 322dbfd5
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -2653,11 +2653,7 @@ ivas_error RenderConfigReader_read(
                        }
                    }
#endif
#ifdef CONTROL_METADATA_DIRECTIVITY
#ifdef DEBUGGING
                    else
#endif
                        if ( strcmp( item, "DIRECTIVITY" ) == 0 )
                    else if ( strcmp( item, "DIRECTIVITY" ) == 0 )
                    {
#ifdef CONTROL_METADATA_REVERB
                        if ( read_txt_vector( pValue, 3, pRenderConfigReader->directivity ) )
@@ -2668,7 +2664,6 @@ ivas_error RenderConfigReader_read(
                            errorHandler( item, ERROR_VALUE_INVALID );
                        }
                    }
#endif
                    else
                    {
                        fprintf( stderr, "Unsupported configuration property %s\n", item );