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

Unified Diff: media/cast/sender/external_video_encoder.cc

Issue 1414883010: Revert of Fix formatting specifier for MSVC++ 2013 compatibility. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/external_video_encoder.cc
diff --git a/media/cast/sender/external_video_encoder.cc b/media/cast/sender/external_video_encoder.cc
index ca389a5cb470dbb0f8884ffa5454e00910687857..04226cf537e3c90e12ef0477f8a9f5cd667e4be3 100644
--- a/media/cast/sender/external_video_encoder.cc
+++ b/media/cast/sender/external_video_encoder.cc
@@ -318,8 +318,7 @@
const char kZeroEncodeDetails[] = "zero-encode-details";
const std::string details = base::StringPrintf(
- ("%c/%c,id=%" PRIu32 ",rtp=%" PRIu32 ",br=%d,q=%" PRIuS
- ",act=%c,ref=%d"),
+ "%c/%c,id=%" PRIu32 ",rtp=%" PRIu32 ",br=%d,q=%zu,act=%c,ref=%d",
codec_profile_ == media::VP8PROFILE_ANY ? 'V' : 'H',
key_frame ? 'K' : 'D', encoded_frame->frame_id,
encoded_frame->rtp_timestamp, request.target_bit_rate / 1000,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698