summarylogtreecommitdiffstats
path: root/fix_hevc_in_non_cromeos_r1.patch
diff options
context:
space:
mode:
authorsL1pKn072021-09-25 22:43:27 +0200
committersL1pKn072021-09-25 22:43:27 +0200
commit0028052d7a2ed463e29426a42dfe48d2230c7b2b (patch)
tree39e056050c0f5fe9604ab332247467b395d7b758 /fix_hevc_in_non_cromeos_r1.patch
parentd044b7e935cd843aac17998263483c9f2f164069 (diff)
downloadaur-0028052d7a2ed463e29426a42dfe48d2230c7b2b.tar.gz
Update to 96.0.4651.0
Diffstat (limited to 'fix_hevc_in_non_cromeos_r1.patch')
-rw-r--r--fix_hevc_in_non_cromeos_r1.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/fix_hevc_in_non_cromeos_r1.patch b/fix_hevc_in_non_cromeos_r1.patch
deleted file mode 100644
index b4143c5dcb15..000000000000
--- a/fix_hevc_in_non_cromeos_r1.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/chrome/renderer/media/chrome_key_systems.cc.orig b/chrome/renderer/media/chrome_key_systems.cc
-index 11ab5f8..a3a9eef 100644
---- a/chrome/renderer/media/chrome_key_systems.cc.orig
-+++ b/chrome/renderer/media/chrome_key_systems.cc
-@@ -184,10 +184,12 @@ static SupportedCodecs GetSupportedCodecs(
- #if BUILDFLAG(IS_CHROMEOS_ASH)
- if (is_secure && base::FeatureList::IsEnabled(
- chromeos::features::kCdmFactoryDaemon)) {
-+#else // BUILDFLAG(IS_CHROMEOS_ASH)
-+ if (is_secure) {
-+#endif
- supported_codecs |= media::EME_CODEC_HEVC_PROFILE_MAIN;
- supported_codecs |= media::EME_CODEC_HEVC_PROFILE_MAIN10;
- }
--#endif // BUILDFLAG(IS_CHROMEOS_ASH)
- break;
- #endif // BUILDFLAG(ENABLE_PLATFORM_HEVC)
- default: