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

Unified Diff: media/cast/sender/h264_vt_encoder.h

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/cast/sender/h264_vt_encoder.h
diff --git a/media/cast/sender/h264_vt_encoder.h b/media/cast/sender/h264_vt_encoder.h
index a152b0afd29802a0a463aca192b44d3d43f53c1c..15318bf53de6f0a0a5c1745b90bc573f5187256b 100644
--- a/media/cast/sender/h264_vt_encoder.h
+++ b/media/cast/sender/h264_vt_encoder.h
@@ -112,7 +112,7 @@ class H264VideoToolboxEncoder : public VideoEncoder,
scoped_refptr<VideoFrameFactoryImpl> video_frame_factory_;
// The ID of the last frame that was emitted.
- uint32 last_frame_id_;
+ uint32_t last_frame_id_;
// Force next frame to be a keyframe.
bool encode_next_frame_as_keyframe_;

Powered by Google App Engine
This is Rietveld 408576698