Loading lib_util/render_config_reader.c +7 −2 Original line number Diff line number Diff line Loading @@ -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 ) ) Loading @@ -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 Loading Loading
lib_util/render_config_reader.c +7 −2 Original line number Diff line number Diff line Loading @@ -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 ) ) Loading @@ -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 Loading