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

Unified Diff: chromecast/common/media/cma_param_traits_macros.h

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/common/media/cma_param_traits_macros.h
diff --git a/chromecast/common/media/cma_param_traits_macros.h b/chromecast/common/media/cma_param_traits_macros.h
index 72682000ef444881a634812465d530b3dec7b9e7..9931c4352716f714e750590cbae3a9bba5690b80 100644
--- a/chromecast/common/media/cma_param_traits_macros.h
+++ b/chromecast/common/media/cma_param_traits_macros.h
@@ -43,6 +43,9 @@ IPC_ENUM_TRAITS_MIN_MAX_VALUE(media::PipelineStatus,
IPC_ENUM_TRAITS_MIN_MAX_VALUE(media::VideoCodec,
media::VideoCodec::kUnknownVideoCodec,
media::VideoCodec::kVideoCodecMax)
+IPC_ENUM_TRAITS_MAX_VALUE(media::VideoFrame::ColorSpace,
+ media::VideoFrame::COLOR_SPACE_MAX)
+
IPC_STRUCT_TRAITS_BEGIN(media::PipelineStatistics)
IPC_STRUCT_TRAITS_MEMBER(audio_bytes_decoded)
@@ -51,4 +54,4 @@ IPC_STRUCT_TRAITS_BEGIN(media::PipelineStatistics)
IPC_STRUCT_TRAITS_MEMBER(video_frames_dropped)
IPC_STRUCT_TRAITS_END()
-#endif // CHROMECAST_COMMON_MEDIA_CMA_PARAM_TRAITS_MACROS_H_
+#endif // CHROMECAST_COMMON_MEDIA_CMA_PARAM_TRAITS_MACROS_H_
« no previous file with comments | « chromecast/common/media/cma_param_traits.cc ('k') | chromecast/media/cma/ipc_streamer/video_decoder_config_marshaller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698