Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -812,7 +812,7 @@ cleanup: /* This free differs from float version. This is needed as HRTF statistics from ROM are currently converted from Word16 values to scaled Word32 values. */ #ifdef FIX_CREND_SIMPLIFY_CODE IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics; IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics = NULL; IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics ); destroy_hrtf_statistics( hHrtfStatistics ); #else Loading Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -812,7 +812,7 @@ cleanup: /* This free differs from float version. This is needed as HRTF statistics from ROM are currently converted from Word16 values to scaled Word32 values. */ #ifdef FIX_CREND_SIMPLIFY_CODE IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics; IVAS_DEC_HRTF_STATISTICS_HANDLE *hHrtfStatistics = NULL; IVAS_DEC_GetHrtfStatisticsHandle( hIvasDec, &hHrtfStatistics ); destroy_hrtf_statistics( hHrtfStatistics ); #else Loading