Commit 57efd653 authored by vaclav's avatar vaclav
Browse files

comments

parent eac9c9c2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3386,7 +3386,7 @@ static ivas_error decodeVoIP(
            }

#ifdef OBJ_EDITING_API
            if ( parameterAvailableForEditing == true )
            if ( parameterAvailableForEditing == true ) // VE: harmonize it with decodeG192()
            {
                /* do the object editing here */
            }
+1 −1
Original line number Diff line number Diff line
@@ -3228,7 +3228,7 @@ ivas_error IVAS_DEC_VoIP_GetSamples(
#endif
#ifdef OBJ_EDITING_API
    uint16_t *nSamplesRendered,         /* o  : number of samples rendered                   */
    bool *parametersAvailableForEditing // VE: parameter not really used...
    bool *parametersAvailableForEditing /* o  : indicates whether objects editing is available*/
#endif
#else
    const uint32_t systemTimestamp_ms /* i  : current system timestamp                    */
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ ivas_error IVAS_DEC_VoIP_GetSamples(
#endif
#ifdef OBJ_EDITING_API
    uint16_t *nSamplesRendered,                 /* o  : number of samples rendered                                              */
    bool *parametersAvailableForEditing // VE: arameter not really used...
    bool *parametersAvailableForEditing         /* o  : indicates whether objects editing is available                          */
#endif
#else
    const uint32_t systemTimestamp_ms           /* i  : current system timestamp                                                */