Chromium Code Reviews| Index: third_party/widevine/cdm/widevine_cdm_common.h |
| diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h |
| index fb8ff8558380abeef474a08e30a906b6ecef2ce9..591b0e1fb5704680e52dc4fd3e048d72ef7cc904 100644 |
| --- a/third_party/widevine/cdm/widevine_cdm_common.h |
| +++ b/third_party/widevine/cdm/widevine_cdm_common.h |
| @@ -51,6 +51,7 @@ const char kCdmSupportedCodecsParamName[] = "codecs"; |
| const char kCdmSupportedCodecsValueDelimiter = ','; |
| const char kCdmSupportedCodecVorbis[] = "vorbis"; |
| const char kCdmSupportedCodecVp8[] = "vp8"; |
| +const char kCdmSupportedCodecVp9[] = "vp9"; |
|
ddorwin
2014/04/24 23:00:23
I think we should use vp9.0 in case we need vp9.1
xhwang
2014/04/25 16:49:08
Done.
|
| #if defined(USE_PROPRIETARY_CODECS) |
| const char kCdmSupportedCodecAac[] = "aac"; |
| const char kCdmSupportedCodecAvc1[] = "avc1"; |