| Index: media/video/capture/win/video_capture_device_mf_win.h
|
| diff --git a/media/video/capture/win/video_capture_device_mf_win.h b/media/video/capture/win/video_capture_device_mf_win.h
|
| index b4ef6fcb0989c88d7f0bbde881faa6eb3171480c..68ce9741e5a0e14a802da5984460a767ebc2ed93 100644
|
| --- a/media/video/capture/win/video_capture_device_mf_win.h
|
| +++ b/media/video/capture/win/video_capture_device_mf_win.h
|
| @@ -44,6 +44,9 @@ class MEDIA_EXPORT VideoCaptureDeviceMFWin
|
| virtual void Stop() OVERRIDE;
|
| virtual void DeAllocate() OVERRIDE;
|
| virtual const Name& device_name() OVERRIDE;
|
| + virtual void GetDeviceSupportedFormats(
|
| + const std::string& device_name,
|
| + VideoCaptureFormats* capture_formats) OVERRIDE;
|
|
|
| // Returns true iff the current platform supports the Media Foundation API
|
| // and that the DLLs are available. On Vista this API is an optional download
|
|
|