Loading lib_dec/ivas_init_dec.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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 ) Loading lib_dec/ivas_ism_dec.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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 ) { { Loading lib_rend/ivas_dirac_dec_binaural_functions.c +12 −13 Original line number Original line Diff line number Diff line Loading @@ -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, Loading lib_com/options.h +5 −5 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/ivas_init_dec.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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 ) Loading
lib_dec/ivas_ism_dec.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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 ) { { Loading
lib_rend/ivas_dirac_dec_binaural_functions.c +12 −13 Original line number Original line Diff line number Diff line Loading @@ -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, Loading