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

Unified Diff: content/renderer/media/rtc_video_encoder.h

Issue 746123002: Roll WebRTC, Libjingle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge in changes from pkasting Created 6 years, 1 month 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
« no previous file with comments | « DEPS ('k') | content/renderer/media/rtc_video_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/rtc_video_encoder.h
diff --git a/content/renderer/media/rtc_video_encoder.h b/content/renderer/media/rtc_video_encoder.h
index 68ac9d04b604dc1ac1ebdb6db3b554c3b8d45c64..6516f867dc2d2e1837a0aa10b36c8ab2f654a1f4 100644
--- a/content/renderer/media/rtc_video_encoder.h
+++ b/content/renderer/media/rtc_video_encoder.h
@@ -54,7 +54,7 @@ class CONTENT_EXPORT RTCVideoEncoder
// appropriate VEA methods.
int32_t InitEncode(const webrtc::VideoCodec* codec_settings,
int32_t number_of_cores,
- uint32_t max_payload_size) override;
+ size_t max_payload_size) override;
int32_t Encode(
const webrtc::I420VideoFrame& input_image,
const webrtc::CodecSpecificInfo* codec_specific_info,
« no previous file with comments | « DEPS ('k') | content/renderer/media/rtc_video_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698