| Index: webrtc/modules/video_capture/windows/video_capture_mf.cc
|
| diff --git a/webrtc/modules/video_capture/windows/video_capture_mf.cc b/webrtc/modules/video_capture/windows/video_capture_mf.cc
|
| index c79ed222c0d8889fe386f09fa134ed2f910e2464..cd3faf7abbd18ec1ff67307dbb8921e2db8a05c0 100644
|
| --- a/webrtc/modules/video_capture/windows/video_capture_mf.cc
|
| +++ b/webrtc/modules/video_capture/windows/video_capture_mf.cc
|
| @@ -13,10 +13,10 @@
|
| namespace webrtc {
|
| namespace videocapturemodule {
|
|
|
| -VideoCaptureMF::VideoCaptureMF(const int32_t id) : VideoCaptureImpl(id) {}
|
| +VideoCaptureMF::VideoCaptureMF() {}
|
| VideoCaptureMF::~VideoCaptureMF() {}
|
|
|
| -int32_t VideoCaptureMF::Init(const int32_t id, const char* device_id) {
|
| +int32_t VideoCaptureMF::Init(const char* device_id) {
|
| return 0;
|
| }
|
|
|
|
|