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

Unified Diff: media/cast/cast_config.h

Issue 906403006: [Cast] Size-Adaptable platform video encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed hubbe's comments. 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
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/cast_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_config.h
diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
index 89af430a056b4313daaf5aa22bbacb4dc72160a3..9deb67805b68c1f8ce01f7f7a41419db52b1235c 100644
--- a/media/cast/cast_config.h
+++ b/media/cast/cast_config.h
@@ -87,8 +87,6 @@ struct VideoSenderConfig {
int rtp_payload_type;
bool use_external_encoder;
- int width; // Incoming frames will be scaled to this size.
- int height;
float congestion_control_back_off;
int max_bitrate;
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/cast_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698