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

Unified Diff: webrtc/test/constants.cc

Issue 2304363002: Let ViEEncoder express resolution requests as Sinkwants (Closed)
Patch Set: Rebased. Created 4 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 | « webrtc/test/constants.h ('k') | webrtc/test/fake_encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/constants.cc
diff --git a/webrtc/test/constants.cc b/webrtc/test/constants.cc
index 7e94fe58fb78eeefc395f84be07180df0331243f..43f9adc3340d152fab49c5c18671374d226adfb2 100644
--- a/webrtc/test/constants.cc
+++ b/webrtc/test/constants.cc
@@ -16,5 +16,6 @@ namespace test {
const int kTOffsetExtensionId = 6;
const int kAbsSendTimeExtensionId = 7;
const int kTransportSequenceNumberExtensionId = 8;
+const int kVideoRotationExtensionId = 9;
} // namespace test
} // namespace webrtc
« no previous file with comments | « webrtc/test/constants.h ('k') | webrtc/test/fake_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698