Mainly hlundin's patch.
Review URL: https://webrtc-codereview.appspot.com/1052004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3405 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -339,7 +339,7 @@ int WebRtcNetEQ_GetRecommendedBufferSize(void *inst, const enum WebRtcNetEQDecod
|
||||
}
|
||||
else if (nwType == kTCPXLargeJitter)
|
||||
{
|
||||
multiplier = 20;
|
||||
multiplier = 12;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -514,7 +514,7 @@ int WebRtcNetEQ_SetExtraDelay(void *inst, int DelayInMs)
|
||||
{
|
||||
MainInst_t *NetEqMainInst = (MainInst_t*) inst;
|
||||
if (NetEqMainInst == NULL) return (-1);
|
||||
if ((DelayInMs < 0) || (DelayInMs > 1000))
|
||||
if ((DelayInMs < 0) || (DelayInMs > 10000))
|
||||
{
|
||||
NetEqMainInst->ErrorCode = -FAULTY_DELAYVALUE;
|
||||
return (-1);
|
||||
|
||||
Reference in New Issue
Block a user