Commit b01e3518 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent d85b7c9b
Loading
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -3374,7 +3374,8 @@ static ivas_error decodeVoIP(
#else
        if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, IVAS_DEC_PCM_INT16, (void *) pcmBuf, systemTime_ms, &nSamplesRendered, &parameterAvailableForEditing
#ifdef OBJ_EDITING_API
				&nSamplesRendered, &parameterAvailableForEditing
                                                                                                                                                   & nSamplesRendered,
                                                 &parameterAvailableForEditing
#endif
                                                 ) ) != IVAS_ERR_OK )
#endif
+1 −5
Original line number Diff line number Diff line
@@ -1941,11 +1941,7 @@ ivas_error ivas_init_decoder(
           st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM ||
           st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM
#ifdef OBJ_EDITING_DECODER
           || st_ivas->renderer_type == RENDERER_BINAURAL_OBJECTS_TD
		   || st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC
		   || st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC_ROOM
		   || st_ivas->renderer_type == RENDERER_DISABLE
		   || st_ivas->renderer_type == RENDERER_SBA_LINEAR_DEC
           || st_ivas->renderer_type == RENDERER_BINAURAL_OBJECTS_TD || st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC || st_ivas->renderer_type == RENDERER_BINAURAL_PARAMETRIC_ROOM || st_ivas->renderer_type == RENDERER_DISABLE || st_ivas->renderer_type == RENDERER_SBA_LINEAR_DEC
#endif
           ) )
    {
+30 −30

File changed.

Contains only whitespace changes.