Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ } Loading lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading lib_dec/lib_dec.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ } Loading
lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
lib_dec/lib_dec.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading