Increased the limit for KViEMaxCaptureDevices from 10 to 256. See issue 1343.
TBR=juberti@google.com Review URL: https://webrtc-codereview.appspot.com/1463005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4014 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1993a559e8
commit
941fcc5841
@ -39,7 +39,7 @@ enum { kViEVersionMaxMessageSize = 1024 };
|
||||
enum { kViEMaxModuleVersionSize = 960 };
|
||||
|
||||
// ViECapture
|
||||
enum { kViEMaxCaptureDevices = 10 };
|
||||
enum { kViEMaxCaptureDevices = 256 };
|
||||
enum { kViECaptureDefaultWidth = 352 };
|
||||
enum { kViECaptureDefaultHeight = 288 };
|
||||
enum { kViECaptureDefaultFramerate = 30 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user