Commit 7e7e171f authored by premathasara's avatar premathasara
Browse files

Add a fmToDo to remind us to remove this agc bit when the command line option is no longer used

parent f3e3e325
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -737,6 +737,10 @@ static ivas_error ivas_spar_enc_process(
        }
        else
        {
            /* IVAS_fmToDo: This AGC on/off bit should be removed when the command line option to force enable/disable AGC is
             * removed.
             * On the decoder side, ivas_agc_enc_get_flag could be used instead to determine if AGC is on or not. The
             * ivas_agc_enc_get_flag function should be moved to ivas_agc_com.c and renamed when this occurs. */
            push_next_indice( hMetaData, 0, 1 );
        }
    }