Loading lib_dec/lib_dec.c +6 −1 Original line number Diff line number Diff line Loading @@ -1677,7 +1677,12 @@ ivas_error IVAS_DEC_GetSplitBinauralBitstream( ivas_syn_output( pOutput, numSamplesPerChannelToDecode, st_ivas->hDecoderConfig->nchan_out, (int16_t *) pcmBuf_out ); } #ifdef OBJ_EDITING_API if ( *needNewFrame ) #endif { free( st_ivas->hSplitBinRend->hMultiBinCldfbData ); } return error; } Loading Loading
lib_dec/lib_dec.c +6 −1 Original line number Diff line number Diff line Loading @@ -1677,7 +1677,12 @@ ivas_error IVAS_DEC_GetSplitBinauralBitstream( ivas_syn_output( pOutput, numSamplesPerChannelToDecode, st_ivas->hDecoderConfig->nchan_out, (int16_t *) pcmBuf_out ); } #ifdef OBJ_EDITING_API if ( *needNewFrame ) #endif { free( st_ivas->hSplitBinRend->hMultiBinCldfbData ); } return error; } Loading