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

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

Issue 1221903003: Change the video color space default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable the JPEG blackwhite test 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/mock_frame_provider.cc
diff --git a/chromecast/media/cma/test/mock_frame_provider.cc b/chromecast/media/cma/test/mock_frame_provider.cc
index f9beb0444a58d9d2cec54bd3f61e97411bd5b610..08527d764e0854c37d95b990ba682657cb8054f1 100644
--- a/chromecast/media/cma/test/mock_frame_provider.cc
+++ b/chromecast/media/cma/test/mock_frame_provider.cc
@@ -72,6 +72,7 @@ void MockFrameProvider::DoRead(const ReadCB& read_cb) {
::media::kCodecH264,
::media::VIDEO_CODEC_PROFILE_UNKNOWN,
::media::VideoFrame::YV12,
+ ::media::VideoFrame::COLOR_SPACE_UNSPECIFIED,
coded_size,
visible_rect,
natural_size,

Powered by Google App Engine
This is Rietveld 408576698