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

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

Issue 1230593005: Reland: Change the video color space default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: big 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 3d6454089dfc28e2b6344f815e3efdf840c77617..74e28ce66fe4b141c0092f2d71ab0842f4081732 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::PIXEL_FORMAT_YV12, coded_size, visible_rect, natural_size, NULL,
- 0, false);
+ ::media::PIXEL_FORMAT_YV12, ::media::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