WebRtc_Word32 -> int32_t in video_capture/
BUG=314 Review URL: https://webrtc-codereview.appspot.com/1298005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3811 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -18,9 +18,9 @@ namespace videocapturemodule
|
||||
|
||||
struct DelayValue
|
||||
{
|
||||
WebRtc_Word32 width;
|
||||
WebRtc_Word32 height;
|
||||
WebRtc_Word32 delay;
|
||||
int32_t width;
|
||||
int32_t height;
|
||||
int32_t delay;
|
||||
};
|
||||
|
||||
enum { NoOfDelayValues = 40 };
|
||||
|
||||
Reference in New Issue
Block a user