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

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: Mark MediaCapShlib::IsSupportedVideoConfig as weak symbol 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..ad4ee41fed55174412e46ff470ff583e79788a60 100644
--- a/chromecast/public/media/decoder_config.h
+++ b/chromecast/public/media/decoder_config.h
@@ -82,6 +82,9 @@ enum VideoProfile : int {
kH264ScalableHigh,
kH264Stereohigh,
kH264MultiviewHigh,
+ kHEVCMain,
+ kHEVCMain10,
+ kHEVCMainStillPicture,
gfhuang 2016/07/27 05:49:39 this should be added at the bottom, otherwise it w
servolk 2016/07/27 18:56:34 Done.
kVP8ProfileAny,
kVP9Profile0,
kVP9Profile1,

Powered by Google App Engine
This is Rietveld 408576698