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

Unified Diff: webrtc/common_types.h

Issue 2946413002: Report timing frames info in GetStats. (Closed)
Patch Set: Implement Deadbeef@ comments Created 3 years, 6 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
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index b0a21d604603eb86ee95c1f88add6a060ac78dab..65cc88146979516c84f786285f5e86b4934f3684 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>
@@ -778,7 +777,7 @@ struct RTPHeaderExtension {
VideoContentType videoContentType;
bool has_video_timing;
- VideoTiming video_timing;
+ VideoSendTiming video_timing;
PlayoutDelay playout_delay = {-1, -1};

Powered by Google App Engine
This is Rietveld 408576698