Browse Source

Widevine AAC CDM no longer avail

See chromium ./third_party /widevine/cdm/widevine_cdm_common.h
Brian R. Bondy 9 years ago
parent
commit
dc7928021d
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

@@ -92,7 +92,6 @@ content::PepperPluginInfo CreateWidevineCdmInfo(const base::FilePath& path,
   codecs.push_back(kCdmSupportedCodecVp8);
   codecs.push_back(kCdmSupportedCodecVp9);
 #if defined(USE_PROPRIETARY_CODECS)
-  codecs.push_back(kCdmSupportedCodecAac);
   codecs.push_back(kCdmSupportedCodecAvc1);
 #endif  // defined(USE_PROPRIETARY_CODECS)
   std::string codec_string = base::JoinString(