Loading lib_util/render_config_reader.c +4 −4 Original line number Diff line number Diff line Loading @@ -2655,7 +2655,7 @@ ivas_error RenderConfigReader_read( free( pValue ); } #endif #if ( defined DEBUGGING ) || defined ( CONTROL_METADATA_REVERB ) #if ( defined DEBUGGING ) || ( defined CONTROL_METADATA_REVERB ) else if ( strcmp( chapter, "GENERAL" ) == 0 && strlen( pParams ) != 0 ) #else if ( strcmp( chapter, "GENERAL" ) == 0 && strlen( pParams ) != 0 ) Loading Loading @@ -2748,13 +2748,13 @@ ivas_error RenderConfigReader_read( { fprintf( stderr, "Unsupported configuration property %s\n", item ); } #endif #ifdef CONTROL_METADATA_REVERB params_idx += params_length; #endif } free( pValue ); } #endif else { fprintf( stderr, "Unknown chapter: %s\n", chapter ); Loading Loading
lib_util/render_config_reader.c +4 −4 Original line number Diff line number Diff line Loading @@ -2655,7 +2655,7 @@ ivas_error RenderConfigReader_read( free( pValue ); } #endif #if ( defined DEBUGGING ) || defined ( CONTROL_METADATA_REVERB ) #if ( defined DEBUGGING ) || ( defined CONTROL_METADATA_REVERB ) else if ( strcmp( chapter, "GENERAL" ) == 0 && strlen( pParams ) != 0 ) #else if ( strcmp( chapter, "GENERAL" ) == 0 && strlen( pParams ) != 0 ) Loading Loading @@ -2748,13 +2748,13 @@ ivas_error RenderConfigReader_read( { fprintf( stderr, "Unsupported configuration property %s\n", item ); } #endif #ifdef CONTROL_METADATA_REVERB params_idx += params_length; #endif } free( pValue ); } #endif else { fprintf( stderr, "Unknown chapter: %s\n", chapter ); Loading