Commit 8d6b7f31 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Addressing clang formatting

parent b88e49b3
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -204,7 +204,8 @@ static ivas_error ivas_rend_initCrend(
    use_brir = false;
#ifdef FIX_196_REFACTOR_RENDERER_OUTPUT_CONFIG
    if ( ( ( hRendCfg != NULL ) && hRendCfg->roomAcoustics.use_brir ) || ( ( hRendCfg == NULL ) && ( outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL_ROOM ||
             outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL_BRIR || outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL_HRIR_REVERB ) ) )
                                                                                                     outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL_BRIR ||
                                                                                                     outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL_HRIR_REVERB ) ) )
#else
    if ( ( ( hRendCfg != NULL ) && hRendCfg->roomAcoustics.use_brir ) || ( ( hRendCfg == NULL ) && ( outConfig == IVAS_REND_AUDIO_CONFIG_BINAURAL_ROOM ) ) )
#endif
+1 −2
Original line number Diff line number Diff line
@@ -436,8 +436,7 @@ ivas_error RenderConfigReader_read(
                            errorHandler( item, ERROR_VALUE_INVALID );
                        }
                    }
                    else
                    if ( strcmp( item, "NBANDS" ) == 0 )
                    else if ( strcmp( item, "NBANDS" ) == 0 )
                    {
                        if ( !sscanf( pValue, "%hd", &hRenderConfig->room_acoustics.nBands ) ||
                             hRenderConfig->room_acoustics.nBands > CLDFB_NO_CHANNELS_MAX )
+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.