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..20739739190859e07848b5e64e35d0c85e754059 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,12 @@ const VideoCaptureDevice::Name& VideoCaptureDeviceMFWin::device_name() { |
return name_; |
} |
+void VideoCaptureDeviceMFWin::GetDeviceSupportedFormats( |
+ const std::string& device_name, |
+ VideoCaptureFormats* capture_formats) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
void VideoCaptureDeviceMFWin::OnIncomingCapturedFrame( |
const uint8* data, |
int length, |