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

Unified Diff: webrtc/media/base/mediachannel.h

Issue 1827023002: Get VideoCapturer stats via VideoTrackSourceInterface in StatsCollector, (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Address comments from Peter and Taylor. Created 4 years, 9 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/media/base/mediachannel.h
diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h
index 95355c9576a1afd117a4a5e4af43065b1a2cd654..09ac1fadaf9691f0c9c62953e112fbd2e4e79236 100644
--- a/webrtc/media/base/mediachannel.h
+++ b/webrtc/media/base/mediachannel.h
@@ -656,8 +656,6 @@ struct VideoSenderInfo : public MediaSenderInfo {
firs_rcvd(0),
plis_rcvd(0),
nacks_rcvd(0),
- input_frame_width(0),
- input_frame_height(0),
send_frame_width(0),
send_frame_height(0),
framerate_input(0),
@@ -676,8 +674,6 @@ struct VideoSenderInfo : public MediaSenderInfo {
int firs_rcvd;
int plis_rcvd;
int nacks_rcvd;
- int input_frame_width;
- int input_frame_height;
int send_frame_width;
int send_frame_height;
int framerate_input;

Powered by Google App Engine
This is Rietveld 408576698