Loading lib_dec/ivas_init_dec.c +0 −9 Original line number Diff line number Diff line Loading @@ -2686,9 +2686,6 @@ void ivas_destroy_dec( ivas_binRenderer_close( &st_ivas->hBinRenderer ); #ifdef SPLIT_REND_WITH_HEAD_ROT /* Split binaural renderer handle */ ISAR_PRE_REND_close( &st_ivas->hSplitBinRend->splitrend, NULL ); /* TD binaural renderer handles */ for ( i = 0; i < MAX_HEAD_ROT_POSES - 1; ++i ) { Loading @@ -2698,12 +2695,6 @@ void ivas_destroy_dec( ivas_td_binaural_close( &st_ivas->hTdRendHandles[i] ); } } if ( st_ivas->hSplitBinRend->hCldfbDataOut != NULL ) { free( st_ivas->hSplitBinRend->hCldfbDataOut ); st_ivas->hSplitBinRend->hCldfbDataOut = NULL; } #endif /* Parametric binaural renderer handle */ Loading Loading
lib_dec/ivas_init_dec.c +0 −9 Original line number Diff line number Diff line Loading @@ -2686,9 +2686,6 @@ void ivas_destroy_dec( ivas_binRenderer_close( &st_ivas->hBinRenderer ); #ifdef SPLIT_REND_WITH_HEAD_ROT /* Split binaural renderer handle */ ISAR_PRE_REND_close( &st_ivas->hSplitBinRend->splitrend, NULL ); /* TD binaural renderer handles */ for ( i = 0; i < MAX_HEAD_ROT_POSES - 1; ++i ) { Loading @@ -2698,12 +2695,6 @@ void ivas_destroy_dec( ivas_td_binaural_close( &st_ivas->hTdRendHandles[i] ); } } if ( st_ivas->hSplitBinRend->hCldfbDataOut != NULL ) { free( st_ivas->hSplitBinRend->hCldfbDataOut ); st_ivas->hSplitBinRend->hCldfbDataOut = NULL; } #endif /* Parametric binaural renderer handle */ Loading