Commit 76f09f8e authored by vaclav's avatar vaclav
Browse files

remove obsolete todos

parent a07908f1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1845,9 +1845,6 @@ ivas_error preview_indices(
                break;
            case SID_ISM:
                st_ivas->ivas_format = ISM_FORMAT;
                /* temporary hack to make mode signaling work with the current 1-object ISM DTX: read padding bits */
                /* Todo: how to apply this here? maybe pt_stream += ... would work? */
                /* st->bit_stream += ( IVAS_SID_4k4 - SID_2k40 ) / FRAMES_PER_SEC - SID_FORMAT_NBITS; */
                break;
            case SID_MULTICHANNEL:
                st_ivas->ivas_format = MC_FORMAT;
+0 −2
Original line number Diff line number Diff line
@@ -455,7 +455,6 @@ void ivas_agc_enc_process(
    /* writing to a temporary bitstream file */
    if ( ivas_agc_writeBits( agcOut, n_channels, pState ) )
    {
        /* TODO: return error once error codes are harmonized */
        IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "SPAR ENC AGC Failed to open agcOut\n " );
    }
#endif
@@ -477,7 +476,6 @@ static int16_t ivas_agc_writeBits( FILE *stream, const int16_t n_channels, ivas_
        if ( pState->gain_data[i].absGainExpCurr < 0 ||
             pState->gain_data[i].absGainExpCurr >= (int16_t) pow( 2, pState->agc_com.betaE ) )
        {
            /* TODO: return error once error codes are harmonized */
            IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "Error Gain values to write!!\n\n" );
        }