Remove Vorbis from CDM support

See https://codereview.chromium.org/1690353002
This commit is contained in:
Brian R. Bondy 2016-04-27 13:10:14 -04:00 коммит произвёл Cheng Zhao
Родитель 8d4ed037a2
Коммит b78fe04f8f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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