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

Unified Diff: webrtc/config.h

Issue 2911193002: Implement timing frames. (Closed)
Patch Set: Implement Holmer@ 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
« no previous file with comments | « webrtc/common_video/include/video_frame.h ('k') | webrtc/config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/config.h
diff --git a/webrtc/config.h b/webrtc/config.h
index f0039b3a7263c1f14e0851cb9a97a77fc686f076..d5ed266c89c5eee2a4fe40601b9113221f5e46a8 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -92,6 +92,10 @@ struct RtpExtension {
static const char* kVideoContentTypeUri;
static const int kVideoContentTypeDefaultId;
+ // Header extension for video timing.
+ static const char* kVideoTimingUri;
+ static const int kVideoTimingDefaultId;
+
// Header extension for transport sequence number, see url for details:
// http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions
static const char* kTransportSequenceNumberUri;
« no previous file with comments | « webrtc/common_video/include/video_frame.h ('k') | webrtc/config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698