mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
widevine: Fix VP9 version string for v4.10.2209.0 (fixes issue #3138)
This commit is contained in:
@@ -90,7 +90,7 @@ const char kCdmSupportedEncryptionSchemesName[] =
|
||||
// The following strings are used to specify supported codecs in the
|
||||
// parameter |kCdmCodecsListName|.
|
||||
const char kCdmSupportedCodecVp8[] = "vp8";
|
||||
const char kCdmSupportedCodecVp9[] = "vp9.0";
|
||||
const char kCdmSupportedCodecVp9[] = "vp09";
|
||||
#if BUILDFLAG(USE_PROPRIETARY_CODECS)
|
||||
const char kCdmSupportedCodecAvc1[] = "avc1";
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user