Commit 5fae92c8 authored by vaclav's avatar vaclav
Browse files

typo in comments

parent b5bfd17c
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -535,8 +535,8 @@ ivas_error IVAS_DEC_Configure(
ivas_error IVAS_DEC_EnableVoIP(
    IVAS_DEC_HANDLE hIvasDec, /* i/o: IVAS decoder handle                             */
#ifdef VARIABLE_SPEED_DECODING
    const IVAS_DEC_VOIP_MODE voipMode, /* i  : VoIP or varable speed                                                   */
    const uint16_t speedFac,           /* i  : speed factor for varable speed                                          */
    const IVAS_DEC_VOIP_MODE voipMode, /* i  : VoIP or variable speed                          */
    const uint16_t speedFac,           /* i  : speed factor for variable speed                 */
#endif
    const int16_t jbmSafetyMargin,          /* i  : allowed delay reserve for JBM, in milliseconds  */
    const IVAS_DEC_INPUT_FORMAT inputFormat /* i  : format of the input bitstream                   */
@@ -557,11 +557,9 @@ ivas_error IVAS_DEC_EnableVoIP(
        return IVAS_ERR_UNEXPECTED_NULL_POINTER;
    }


    hDecoderConfig = hIvasDec->st_ivas->hDecoderConfig;

    hIvasDec->Opt_VOIP = 1;

#ifdef JBM_TSM_ON_TCS
    hDecoderConfig->voip_active = 1;
#endif
+2 −2
Original line number Diff line number Diff line
@@ -266,8 +266,8 @@ ivas_error IVAS_DEC_VoIP_Flush(
ivas_error IVAS_DEC_EnableVoIP(
    IVAS_DEC_HANDLE hIvasDec,                   /* i/o: IVAS decoder handle                                                     */
#ifdef VARIABLE_SPEED_DECODING
    const IVAS_DEC_VOIP_MODE voipMode,          /* i  : VoIP or varable speed                                                   */
    const uint16_t           speedFac,          /* i  : speed factor for varable speed                                          */
    const IVAS_DEC_VOIP_MODE voipMode,          /* i  : VoIP or variable speed                                                  */
    const uint16_t speedFac,                    /* i  : speed factor for variable speed                                         */
#endif
    const int16_t jbmSafetyMargin,              /* i  : allowed delay reserve for JBM, in milliseconds                          */
    const IVAS_DEC_INPUT_FORMAT inputFormat     /* i  : format of the input bitstream                                           */