Commit 322dbfd5 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Directivity switches update in render config reader

parent 5b7c0e0a
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -2652,7 +2652,12 @@ ivas_error RenderConfigReader_read(
                            return IVAS_ERR_INVALID_RENDER_CONFIG;
                        }
                    }
                    else if ( strcmp( item, "DIRECTIVITY" ) == 0 )
#endif
#ifdef CONTROL_METADATA_DIRECTIVITY
#ifdef DEBUGGING
                    else
#endif
                        if ( strcmp( item, "DIRECTIVITY" ) == 0 )
                    {
#ifdef CONTROL_METADATA_REVERB
                        if ( read_txt_vector( pValue, 3, pRenderConfigReader->directivity ) )
@@ -2663,11 +2668,11 @@ ivas_error RenderConfigReader_read(
                            errorHandler( item, ERROR_VALUE_INVALID );
                        }
                    }
#endif
                    else
                    {
                        fprintf( stderr, "Unsupported configuration property %s\n", item );
                    }
#endif
#ifdef CONTROL_METADATA_REVERB
                    params_idx += params_length;
#endif