From dc7928021d25d97de1a9ac330caca44e4c58df71 Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Wed, 27 Apr 2016 13:14:17 -0400 Subject: [PATCH] Widevine AAC CDM no longer avail See chromium ./third_party /widevine/cdm/widevine_cdm_common.h --- atom/app/atom_content_client.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/atom/app/atom_content_client.cc b/atom/app/atom_content_client.cc index 5c4887bf89b2..40a6e1f5268d 100644 --- a/atom/app/atom_content_client.cc +++ b/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(