Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: webrtc/modules/video_capture/video_capture_defines.h

Issue 2665113006: Delete DeviceInfoImpl::GetExpectedCaptureDelay and related declarations. (Closed)
Patch Set: Drop include of video_capture_delay.h, and definition of WindowsCaptureDelays. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_capture/video_capture_defines.h
diff --git a/webrtc/modules/video_capture/video_capture_defines.h b/webrtc/modules/video_capture/video_capture_defines.h
index 261ee67750bd8ddfe77f23f0b6bcae1bea861d03..b7ab61a07af4f905f8cf3927ab753137f86f8dc2 100644
--- a/webrtc/modules/video_capture/video_capture_defines.h
+++ b/webrtc/modules/video_capture/video_capture_defines.h
@@ -31,7 +31,6 @@ struct VideoCaptureCapability
int32_t width;
int32_t height;
int32_t maxFPS;
- int32_t expectedCaptureDelay;
RawVideoType rawType;
VideoCodecType codecType;
bool interlaced;
@@ -41,7 +40,6 @@ struct VideoCaptureCapability
width = 0;
height = 0;
maxFPS = 0;
- expectedCaptureDelay = 0;
rawType = kVideoUnknown;
codecType = kVideoCodecUnknown;
interlaced = false;
« no previous file with comments | « webrtc/modules/video_capture/objc/device_info_objc.mm ('k') | webrtc/modules/video_capture/video_capture_delay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698