Index: media/video/capture/win/video_capture_device_mf_win.cc |
diff --git a/media/video/capture/win/video_capture_device_mf_win.cc b/media/video/capture/win/video_capture_device_mf_win.cc |
index 874408fb2cd828554b5c46b772141982febbba90..a21882319de878f4f944e16c5ad291a4eb238c9e 100644 |
--- a/media/video/capture/win/video_capture_device_mf_win.cc |
+++ b/media/video/capture/win/video_capture_device_mf_win.cc |
@@ -440,6 +440,11 @@ const VideoCaptureDevice::Name& VideoCaptureDeviceMFWin::device_name() { |
return name_; |
} |
+void VideoCaptureDeviceMFWin::GetDeviceSupportedFormats( |
+ VideoCaptureFormats* capture_formats) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
void VideoCaptureDeviceMFWin::OnIncomingCapturedFrame( |
const uint8* data, |
int length, |