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

Unified Diff: media/cast/video_sender/video_sender.h

Issue 70713002: Cast: Restructure RTCP interface to better fit our usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: media/cast/video_sender/video_sender.h
diff --git a/media/cast/video_sender/video_sender.h b/media/cast/video_sender/video_sender.h
index 168700f548b39405b62fbdaf63a9707e4e8e97b9..9c8d4a6dbeba18ed9c8fbdcad70a54209a54655e 100644
--- a/media/cast/video_sender/video_sender.h
+++ b/media/cast/video_sender/video_sender.h
@@ -100,7 +100,6 @@ class VideoSender : public base::NonThreadSafe,
scoped_ptr<EncodedVideoFrame> video_frame,
const base::TimeTicks& capture_time);
- const uint32 incoming_feedback_ssrc_;
const base::TimeDelta rtp_max_delay_;
const int max_frame_rate_;

Powered by Google App Engine
This is Rietveld 408576698