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

Unified Diff: media/filters/decrypting_demuxer_stream.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: media/filters/decrypting_demuxer_stream.cc
diff --git a/media/filters/decrypting_demuxer_stream.cc b/media/filters/decrypting_demuxer_stream.cc
index 435a8fbdd2e1df8b0e002cb017efb65beeedbf0d..458d688d127e77bffeaa1cdc4f477d025684cd1a 100644
--- a/media/filters/decrypting_demuxer_stream.cc
+++ b/media/filters/decrypting_demuxer_stream.cc
@@ -399,7 +399,7 @@ void DecryptingDemuxerStream::InitializeDecoderConfig() {
video_config_.Initialize(input_video_config.codec(),
input_video_config.profile(),
input_video_config.format(),
- VideoFrame::COLOR_SPACE_UNSPECIFIED,
+ input_video_config.color_space(),
input_video_config.coded_size(),
input_video_config.visible_rect(),
input_video_config.natural_size(),

Powered by Google App Engine
This is Rietveld 408576698