Commit cf473bd0 authored by vaclav's avatar vaclav
Browse files

comment typo

parent 26957352
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1935,7 +1935,6 @@ ivas_error IVAS_DEC_GetSplitBinauralBitstream(

    *needNewFrame = false;
    hSplitBinRend = st_ivas->hSplitBinRend;

#ifndef OBJ_EDITING_API
    if ( ( error = isar_set_split_rend_setup( hSplitBinRend, &st_ivas->hRenderConfig->split_rend_config, st_ivas->hCombinedOrientationData, splitRendBits ) ) != IVAS_ERR_OK )
    {
@@ -1946,7 +1945,7 @@ ivas_error IVAS_DEC_GetSplitBinauralBitstream(
    numPoses = hSplitBinRend->splitrend.multiBinPoseData.num_poses;

#ifdef OBJ_EDITING_API
    /* init flush buffer for rate switch if not already initizalized */
    /* init flush buffer for rate switch if not already initialized */
    if ( hIvasDec->flushbuffer == NULL )
    {
        hIvasDec->flushbuffer = (void *) malloc( numPoses * BINAURAL_CHANNELS * hIvasDec->nSamplesFrame / IVAS_MAX_PARAM_SPATIAL_SUBFRAMES * sizeof( float ) );