Fix signed/unsigned mis-match.
TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/854004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2842 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f4f2145c6e
commit
7cf8121a52
@ -19,8 +19,8 @@
|
||||
namespace webrtc {
|
||||
|
||||
const WebRtc_Word32 KEventMaxWaitTimeMs = 200;
|
||||
const WebRtc_Word32 kMinRenderDelayMs = 10;
|
||||
const WebRtc_Word32 kMaxRenderDelayMs= 500;
|
||||
const WebRtc_UWord32 kMinRenderDelayMs = 10;
|
||||
const WebRtc_UWord32 kMaxRenderDelayMs= 500;
|
||||
|
||||
VideoRenderFrames::VideoRenderFrames()
|
||||
: incoming_frames_(),
|
||||
|
Loading…
Reference in New Issue
Block a user