зеркало из https://github.com/electron/electron.git
Remove Vorbis from CDM support
See https://codereview.chromium.org/1690353002
This commit is contained in:
Родитель
8d4ed037a2
Коммит
b78fe04f8f
|
@ -89,7 +89,6 @@ content::PepperPluginInfo CreateWidevineCdmInfo(const base::FilePath& path,
|
|||
|
||||
// Add the supported codecs as if they came from the component manifest.
|
||||
std::vector<std::string> codecs;
|
||||
codecs.push_back(kCdmSupportedCodecVorbis);
|
||||
codecs.push_back(kCdmSupportedCodecVp8);
|
||||
codecs.push_back(kCdmSupportedCodecVp9);
|
||||
#if defined(USE_PROPRIETARY_CODECS)
|
||||
|
|
Загрузка…
Ссылка в новой задаче