| 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).
|
|
|