Commit ea1129e2 authored by vaclav's avatar vaclav
Browse files

fix

parent f85ff450
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6249,7 +6249,7 @@ static ivas_error ivas_dec_reconfig_split_rend(
            return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for CLDFB handles\n" ) );
        }

        num_ch = MAX_HEAD_ROT_POSES, BINAURAL_CHANNELS;
        num_ch = MAX_HEAD_ROT_POSES * BINAURAL_CHANNELS;
        move16();
        FOR( ch = 0; ch < num_ch; ch++ )
        {
@@ -6278,7 +6278,7 @@ static ivas_error ivas_dec_reconfig_split_rend(
    }
    ELSE IF( EQ_16( isCldfbNeeded, 0 ) && hSplitRendWrapper->hCldfbHandles != NULL )
    {
        num_ch = MAX_HEAD_ROT_POSES, BINAURAL_CHANNELS;
        num_ch = MAX_HEAD_ROT_POSES * BINAURAL_CHANNELS;
        move16();
        FOR( ch = 0; ch < num_ch; ch++ )
        {