Browse Source

Remove Vorbis from CDM support

See https://codereview.chromium.org/1690353002
Brian R. Bondy 9 years ago
parent
commit
b78fe04f8f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      atom/app/atom_content_client.cc

+ 0 - 1
atom/app/atom_content_client.cc

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