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

Unified Diff: webrtc/test/constants.cc

Issue 2911193002: Implement timing frames. (Closed)
Patch Set: Implement Asapersson@ comments and foolproof generic encoder to be used in tests 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/test/constants.cc
diff --git a/webrtc/test/constants.cc b/webrtc/test/constants.cc
index a789cc0df66474e0548ea250044b0536cedc6416..3faa83a2eed7038647ba55fa1301ee25c37115e3 100644
--- a/webrtc/test/constants.cc
+++ b/webrtc/test/constants.cc
@@ -18,6 +18,7 @@ const int kAbsSendTimeExtensionId = 7;
const int kTransportSequenceNumberExtensionId = 8;
const int kVideoRotationExtensionId = 9;
const int kVideoContentTypeExtensionId = 10;
+const int kVideoTimingExtensionId = 11;
} // namespace test
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698