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

Unified Diff: media/formats/mp2t/es_parser_h264.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/formats/mp2t/es_parser_h264.cc
diff --git a/media/formats/mp2t/es_parser_h264.cc b/media/formats/mp2t/es_parser_h264.cc
index 830da34fc544e8d1a77ad00bc7bea5fd7679edcf..2af800fac0d2b6b35f78204bbf1b3bd60510e905 100644
--- a/media/formats/mp2t/es_parser_h264.cc
+++ b/media/formats/mp2t/es_parser_h264.cc
@@ -282,6 +282,7 @@ bool EsParserH264::UpdateVideoDecoderConfig(const H264SPS* sps) {
kCodecH264,
VIDEO_CODEC_PROFILE_UNKNOWN,
VideoFrame::YV12,
+ VideoDecoderConfig::DefaultMseColorSpace(),
coded_size,
visible_rect,
natural_size,

Powered by Google App Engine
This is Rietveld 408576698