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

Unified Diff: webrtc/test/call_test.h

Issue 2972423002: Fix video_replay tool to respect RTX stream and fix default parameters. (Closed)
Patch Set: Use call test constants as defaults values 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 | « no previous file | webrtc/test/call_test.cc » ('j') | webrtc/test/call_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index e7b75d6671c7f95b694c92755931d06fcc550420..c5ca6d699e1ea766be1a5efb6d90bf49b2b905ad 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -58,6 +58,9 @@ class CallTest : public ::testing::Test {
static const uint32_t kReceiverLocalAudioSsrc;
static const int kNackRtpHistoryMs;
static const std::map<uint8_t, MediaType> payload_type_map_;
+ static const int kPayloadTypeH264;
+ static const int kPayloadTypeVP8;
+ static const int kPayloadTypeVP9;
protected:
// RunBaseTest overwrites the audio_state and the voice_engine of the send and
« no previous file with comments | « no previous file | webrtc/test/call_test.cc » ('j') | webrtc/test/call_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698