Index: webrtc/test/vcm_capturer.cc |
diff --git a/webrtc/test/vcm_capturer.cc b/webrtc/test/vcm_capturer.cc |
index d66cf232ff6d9fc83582a88117589ef7911f77c9..69c2b6a7c87c32c1cc646e83f3e8c54506e4c4b6 100644 |
--- a/webrtc/test/vcm_capturer.cc |
+++ b/webrtc/test/vcm_capturer.cc |
@@ -40,7 +40,7 @@ bool VcmCapturer::Init(size_t width, size_t height, size_t target_fps) { |
capability_.width = static_cast<int32_t>(width); |
capability_.height = static_cast<int32_t>(height); |
capability_.maxFPS = static_cast<int32_t>(target_fps); |
- capability_.rawType = kVideoI420; |
+ capability_.videoType = VideoType::kI420; |
if (vcm_->StartCapture(capability_) != 0) { |
Destroy(); |