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

Unified Diff: webrtc/common_types.h

Issue 2946413002: Report timing frames info in GetStats. (Closed)
Patch Set: rebase Created 3 years, 5 months 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 | « webrtc/api/video/video_timing.cc ('k') | webrtc/media/base/mediachannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 7b62dbca09bf63fc2e301f92e967ce62ce2ad488..bf7566c3ccd6bad0c3814e22896b987858419c2b 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -13,7 +13,6 @@
#include <stddef.h>
#include <string.h>
-
#include <ostream>
#include <string>
#include <vector>
@@ -782,7 +781,7 @@ struct RTPHeaderExtension {
VideoContentType videoContentType;
bool has_video_timing;
- VideoTiming video_timing;
+ VideoSendTiming video_timing;
PlayoutDelay playout_delay = {-1, -1};
« no previous file with comments | « webrtc/api/video/video_timing.cc ('k') | webrtc/media/base/mediachannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698