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

Unified Diff: media/cast/cast_config.cc

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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_config.h ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_config.cc
diff --git a/media/cast/cast_config.cc b/media/cast/cast_config.cc
index dc9d66f6d42cda6e144c34c24e4386e00694d735..f74121632c5dd1bf3cf514e77290732b3edaec86 100644
--- a/media/cast/cast_config.cc
+++ b/media/cast/cast_config.cc
@@ -40,7 +40,7 @@ VideoSenderConfig::VideoSenderConfig()
min_qp(kDefaultMinQp),
max_frame_rate(kDefaultMaxFrameRate),
max_number_of_video_buffers_used(kDefaultNumberOfVideoBuffers),
- codec(transport::CODEC_VIDEO_VP8),
+ codec(CODEC_VIDEO_VP8),
number_of_encode_threads(1) {}
VideoSenderConfig::~VideoSenderConfig() {}
@@ -57,7 +57,7 @@ AudioSenderConfig::AudioSenderConfig()
frequency(0),
channels(0),
bitrate(0),
- codec(transport::CODEC_AUDIO_OPUS) {}
+ codec(CODEC_AUDIO_OPUS) {}
AudioSenderConfig::~AudioSenderConfig() {}
@@ -71,7 +71,7 @@ FrameReceiverConfig::FrameReceiverConfig()
frequency(0),
channels(0),
max_frame_rate(0),
- codec(transport::CODEC_UNKNOWN) {}
+ codec(CODEC_UNKNOWN) {}
FrameReceiverConfig::~FrameReceiverConfig() {}
« no previous file with comments | « media/cast/cast_config.h ('k') | media/cast/cast_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698