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

Unified Diff: webrtc/video/video_quality_test.h

Issue 2794243002: Making FakeNetworkPipe demux audio and video packets. (Closed)
Patch Set: fixing android Created 3 years, 8 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/video/video_quality_test.h
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h
index 33a1a8a4f0d2b5ccb8e90ce04f4fec7e23d71ce8..9e851f062c9472d8a5ea075228f0b09696203794 100644
--- a/webrtc/video/video_quality_test.h
+++ b/webrtc/video/video_quality_test.h
@@ -10,6 +10,7 @@
#ifndef WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_
#define WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_
+#include <map>
#include <memory>
#include <string>
#include <vector>
@@ -96,6 +97,8 @@ class VideoQualityTest : public test::CallTest {
const std::vector<std::string>& sl_descriptors);
protected:
+ std::map<uint8_t, webrtc::MediaType> payload_type_map_;
+
// No-op implementation to be able to instantiate this class from non-TEST_F
// locations.
void TestBody() override;

Powered by Google App Engine
This is Rietveld 408576698