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

Unified Diff: chromecast/media/base/media_codec_support.h

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: Created 3 years, 11 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/base/media_codec_support.h
diff --git a/chromecast/media/base/media_codec_support.h b/chromecast/media/base/media_codec_support.h
index 5b8428ee26859ef16f63eeec558700afb062a1bb..8df62af1cf4e9e1f72ab5e8cb704b01ead8470c0 100644
--- a/chromecast/media/base/media_codec_support.h
+++ b/chromecast/media/base/media_codec_support.h
@@ -24,7 +24,8 @@ namespace media {
// representation of the codec id conforming to RFC 6381) is supported or not.
::media::IsCodecSupportedCB GetIsCodecSupportedOnChromecastCB();
-VideoCodec ToCastVideoCodec(const ::media::VideoCodec codec);
+VideoCodec ToCastVideoCodec(const ::media::VideoCodec codec,
+ const ::media::VideoCodecProfile codec_profile);
VideoProfile ToCastVideoProfile(const ::media::VideoCodecProfile profile);
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698