Chromium Code Reviews| 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, |