Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: media/capture/video/win/video_capture_device_mf_win.cc

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/win/video_capture_device_mf_win.cc
diff --git a/media/capture/video/win/video_capture_device_mf_win.cc b/media/capture/video/win/video_capture_device_mf_win.cc
index 77f54f8b9acd34873638ba693d6161f98ec07335..21a1a32535b261fbef40a30912581a68dbc8a8e4 100644
--- a/media/capture/video/win/video_capture_device_mf_win.cc
+++ b/media/capture/video/win/video_capture_device_mf_win.cc
@@ -293,7 +293,7 @@ void VideoCaptureDeviceMFWin::StopAndDeAllocate() {
}
void VideoCaptureDeviceMFWin::OnIncomingCapturedData(
- const uint8* data,
+ const uint8_t* data,
int length,
int rotation,
const base::TimeTicks& time_stamp) {

Powered by Google App Engine
This is Rietveld 408576698