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:
pbos@webrtc.org
2013-04-10 08:23:13 +00:00
parent ddf94e71e5
commit dfc5bb9c97
42 changed files with 642 additions and 650 deletions

View File

@ -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 };