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

Unified Diff: chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.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/pipeline/audio_video_pipeline_impl_unittest.cc
diff --git a/chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc b/chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc
index 9b9dc120e714615d956d599cb2a180f621517dec..316c51c10290789b21baf5e89f03dd7d4b6bc914 100644
--- a/chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc
+++ b/chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc
@@ -98,6 +98,7 @@ void AudioVideoPipelineImplTest::Initialize(
::media::kCodecH264,
::media::H264PROFILE_MAIN,
::media::VideoFrame::I420,
+ ::media::VideoFrame::COLOR_SPACE_UNSPECIFIED,
gfx::Size(640, 480),
gfx::Rect(0, 0, 640, 480),
gfx::Size(640, 480),

Powered by Google App Engine
This is Rietveld 408576698