Commit 6c584b82 authored by vaclav's avatar vaclav Committed by Dominik Weckbecker
Browse files

revert formatting diffs

parent 6c6d7d1c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1850,7 +1850,6 @@ ivas_error ivas_init_decoder(
            }
            }


            reset_indices_dec( st_ivas->hSCE[0]->hCoreCoder[0] );
            reset_indices_dec( st_ivas->hSCE[0]->hCoreCoder[0] );

            if ( hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_EXTERNAL )
            if ( hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_EXTERNAL )
            {
            {
                if ( ( error = ivas_ism_metadata_dec_create( st_ivas, st_ivas->nchan_ism, NULL ) ) != IVAS_ERR_OK )
                if ( ( error = ivas_ism_metadata_dec_create( st_ivas, st_ivas->nchan_ism, NULL ) ) != IVAS_ERR_OK )
+0 −1
Original line number Original line Diff line number Diff line
@@ -189,7 +189,6 @@ static ivas_error ivas_ism_bitrate_switching_dec(
        {
        {
            /* close the parametric binaural renderer */
            /* close the parametric binaural renderer */
            ivas_dirac_dec_close_binaural_data( st_ivas->hDiracDecBin );
            ivas_dirac_dec_close_binaural_data( st_ivas->hDiracDecBin );

            /* Open the TD Binaural renderer */
            /* Open the TD Binaural renderer */
            if ( st_ivas->hHrtfTD == NULL || st_ivas->hBinRendererTd == NULL )
            if ( st_ivas->hHrtfTD == NULL || st_ivas->hBinRendererTd == NULL )
            {
            {
+12 −13
Original line number Original line Diff line number Diff line
@@ -2836,7 +2836,6 @@ void ivas_omasa_preProcessStereoTransportsForMovedObjects(
    return;
    return;
}
}



static void ivas_masa_ext_rend_parambin_internal(
static void ivas_masa_ext_rend_parambin_internal(
    MASA_EXT_REND_HANDLE hMasaExtRend,
    MASA_EXT_REND_HANDLE hMasaExtRend,
    COMBINED_ORIENTATION_HANDLE hCombinedOrientationData,
    COMBINED_ORIENTATION_HANDLE hCombinedOrientationData,
+5 −5

File changed.

Contains only whitespace changes.