Compile out unused kMinTrustedDelayMs.
TBR=niklas.enbom@webrtc.org TESTED=trybots Review URL: https://webrtc-codereview.appspot.com/2398004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4963 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
6fa456f928
commit
c2e471d8b3
@ -80,7 +80,9 @@ static const int kFixedDelayMs = 20;
|
|||||||
#else
|
#else
|
||||||
static const int kFixedDelayMs = 50;
|
static const int kFixedDelayMs = 50;
|
||||||
#endif
|
#endif
|
||||||
|
#if !defined(WEBRTC_UNTRUSTED_DELAY)
|
||||||
static const int kMinTrustedDelayMs = 20;
|
static const int kMinTrustedDelayMs = 20;
|
||||||
|
#endif
|
||||||
static const int kMaxTrustedDelayMs = 500;
|
static const int kMaxTrustedDelayMs = 500;
|
||||||
|
|
||||||
// Maximum length of resampled signal. Must be an integer multiple of frames
|
// Maximum length of resampled signal. Must be an integer multiple of frames
|
||||||
|
Loading…
Reference in New Issue
Block a user