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

Unified Diff: chromecast/media/cma/test/demuxer_stream_for_test.cc

Issue 1221903003: Change the video color space default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
Index: chromecast/media/cma/test/demuxer_stream_for_test.cc
diff --git a/chromecast/media/cma/test/demuxer_stream_for_test.cc b/chromecast/media/cma/test/demuxer_stream_for_test.cc
index 145e5d4605f304956ed9ef741d37a9236659d871..f12066b19d28a5d991659c69f41332a17ff5a31c 100644
--- a/chromecast/media/cma/test/demuxer_stream_for_test.cc
+++ b/chromecast/media/cma/test/demuxer_stream_for_test.cc
@@ -54,8 +54,8 @@ void DemuxerStreamForTest::Read(const ReadCB& read_cb) {
gfx::Size natural_size(640, 480);
return ::media::VideoDecoderConfig(
::media::kCodecH264, ::media::VIDEO_CODEC_PROFILE_UNKNOWN,
- ::media::VideoFrame::YV12, coded_size, visible_rect, natural_size, NULL,
- 0, false);
+ ::media::VideoFrame::YV12, ::media::VideoFrame::COLOR_SPACE_UNSPECIFIED,
+ coded_size, visible_rect, natural_size, NULL, 0, false);
}
::media::DemuxerStream::Type DemuxerStreamForTest::type() const {
« no previous file with comments | « chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc ('k') | chromecast/media/cma/test/mock_frame_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698