Commit 2b327e5b authored by sagnowski's avatar sagnowski
Browse files

Revise TODO comments

parent 6cda0a5f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3286,7 +3286,6 @@ void ivas_sba_zero_vert_comp(
);

#if (defined FLOAT_INTERFACE_ENC && !defined FLOAT_INTERFACE_DEC_REND) || (!defined FLOAT_INTERFACE_ENC && defined FLOAT_INTERFACE_DEC_REND)
/* TODO(sgi): tmp function, remove when FLOAT_INTERFACE_ENC is done */
void ivas_sba_zero_vert_comp_old(
    float sba_data[][L_FRAME48k],                               /* i/o: SBA data frame                          */
    const int16_t sba_order,                                    /* i  : Ambisonic (SBA) order                   */
@@ -3329,7 +3328,6 @@ int16_t ivas_sba_remapTCs(
);

#if (defined FLOAT_INTERFACE_ENC && !defined FLOAT_INTERFACE_DEC_REND) || (!defined FLOAT_INTERFACE_ENC && defined FLOAT_INTERFACE_DEC_REND)
/* TODO(sgi): tmp function, remove when FLOAT_INTERFACE_ENC is done */
int16_t ivas_sba_remapTCs_old(
    float sba_data[][L_FRAME48k],                               /* i/o: SBA signals                             */
    Decoder_Struct *st_ivas,                                    /* i/o: decoder struct                          */
+1 −1
Original line number Diff line number Diff line
@@ -439,7 +439,7 @@ ivas_error IVAS_DEC_Configure(
        hDecoderConfig->nchan_out = 1;
    }

    if ( outputFormat != IVAS_DEC_OUTPUT_EXT && outputFormat != IVAS_DEC_OUTPUT_LS_CUSTOM ) /* TODO(sgi): Why not possible to get nchan_out with custom ls setup at this point? */
    if ( outputFormat != IVAS_DEC_OUTPUT_EXT && outputFormat != IVAS_DEC_OUTPUT_LS_CUSTOM )
    {
        hDecoderConfig->nchan_out = audioCfg2channels( hDecoderConfig->output_config );
    }
+1 −1
Original line number Diff line number Diff line
@@ -1185,7 +1185,7 @@ ivas_error IVAS_ENC_EncodeFrameToSerial(
    }
    else
    {
        error = IVAS_ERR_INTERNAL_FATAL; /* TODO(sgi): Should be a separate enum member */
        error = IVAS_ERR_INTERNAL_FATAL; /* TODO(sgi): Should be a separate enum member - "No audio fed for encoding" */
        goto fail;
    }