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