Remove Vorbis from CDM support
See https://codereview.chromium.org/1690353002
This commit is contained in:
parent
8d4ed037a2
commit
b78fe04f8f
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ content::PepperPluginInfo CreateWidevineCdmInfo(const base::FilePath& path,
|
||||||
|
|
||||||
// Add the supported codecs as if they came from the component manifest.
|
// Add the supported codecs as if they came from the component manifest.
|
||||||
std::vector<std::string> codecs;
|
std::vector<std::string> codecs;
|
||||||
codecs.push_back(kCdmSupportedCodecVorbis);
|
|
||||||
codecs.push_back(kCdmSupportedCodecVp8);
|
codecs.push_back(kCdmSupportedCodecVp8);
|
||||||
codecs.push_back(kCdmSupportedCodecVp9);
|
codecs.push_back(kCdmSupportedCodecVp9);
|
||||||
#if defined(USE_PROPRIETARY_CODECS)
|
#if defined(USE_PROPRIETARY_CODECS)
|
||||||
|
|
Loading…
Reference in a new issue