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

Unified Diff: chromecast/public/media/decoder_config.h

Issue 2156193003: [Chromecast] Add a custom CastMediaClient for Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codecs
Patch Set: rebase Created 4 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/public/media/decoder_config.h
diff --git a/chromecast/public/media/decoder_config.h b/chromecast/public/media/decoder_config.h
index 540dd072cabe1780f29488c1fa31b32e74de9ea7..c0e2f47f1f986aa816cc203fb97fc1ea859b152b 100644
--- a/chromecast/public/media/decoder_config.h
+++ b/chromecast/public/media/decoder_config.h
@@ -91,9 +91,12 @@ enum VideoProfile : int {
kDolbyVisionCompatible_BL_EL_MD,
kDolbyVisionNonCompatible_BL_MD,
kDolbyVisionNonCompatible_BL_EL_MD,
+ kHEVCMain,
+ kHEVCMain10,
+ kHEVCMainStillPicture,
kVideoProfileMin = kVideoProfileUnknown,
- kVideoProfileMax = kDolbyVisionNonCompatible_BL_EL_MD,
+ kVideoProfileMax = kHEVCMainStillPicture,
};
// Specification of whether and how the stream is encrypted (in whole or part).

Powered by Google App Engine
This is Rietveld 408576698