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

Unified Diff: chromecast/common/media/cast_media_client.cc

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/common/media/cast_media_client.cc
diff --git a/chromecast/common/media/cast_media_client.cc b/chromecast/common/media/cast_media_client.cc
index 62f44be7378663412017f65f898a22599a2a308a..6c4aaeb668bd1f1c9106c478183caf9aa2f28cb2 100644
--- a/chromecast/common/media/cast_media_client.cc
+++ b/chromecast/common/media/cast_media_client.cc
@@ -60,7 +60,7 @@ bool CastMediaClient::IsSupportedVideoConfig(::media::VideoCodec codec,
::media::VideoCodecProfile profile,
int level) {
return MediaCapabilitiesShlib::IsSupportedVideoConfig(
- ToCastVideoCodec(codec), ToCastVideoProfile(profile), level);
+ ToCastVideoCodec(codec, profile), ToCastVideoProfile(profile), level);
}
} // namespace media
« no previous file with comments | « no previous file | chromecast/media/base/media_codec_support.h » ('j') | chromecast/media/base/media_codec_support.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698