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

Unified Diff: media/cast/sender/frame_sender.h

Issue 901833004: [Cast] Repurpose CastInitializationStatus for variable frame size support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes. Created 5 years, 10 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: media/cast/sender/frame_sender.h
diff --git a/media/cast/sender/frame_sender.h b/media/cast/sender/frame_sender.h
index a3ef1e55119e559bb6f76bb1f776ad741aeea543..c4aef586d575c92211d3b7652c35a50aaf732311 100644
--- a/media/cast/sender/frame_sender.h
+++ b/media/cast/sender/frame_sender.h
@@ -150,10 +150,6 @@ class FrameSender {
// case, VideoSender will trigger a re-send of the next frame.
int duplicate_ack_counter_;
- // If this sender is ready for use, this is STATUS_AUDIO_INITIALIZED or
- // STATUS_VIDEO_INITIALIZED.
- CastInitializationStatus cast_initialization_status_;
-
// This object controls how we change the bitrate to make sure the
// buffer doesn't overflow.
scoped_ptr<CongestionControl> congestion_control_;

Powered by Google App Engine
This is Rietveld 408576698