| Index: media/video/capture/mac/video_capture_device_mac.mm
|
| diff --git a/media/video/capture/mac/video_capture_device_mac.mm b/media/video/capture/mac/video_capture_device_mac.mm
|
| index 66019b7f6477c285ef05a7070c4e7101637e5461..c150295f4c9d9454cebb3e625c316f246649627b 100644
|
| --- a/media/video/capture/mac/video_capture_device_mac.mm
|
| +++ b/media/video/capture/mac/video_capture_device_mac.mm
|
| @@ -370,7 +370,7 @@ void VideoCaptureDeviceMac::AllocateAndStart(
|
| }
|
| int width = params.requested_format.frame_size.width();
|
| int height = params.requested_format.frame_size.height();
|
| - int frame_rate = params.requested_format.frame_rate;
|
| + float frame_rate = params.requested_format.frame_rate;
|
|
|
| // QTKit API can scale captured frame to any size requested, which would lead
|
| // to undesired aspect ratio changes. Try to open the camera with a known
|
|
|