24 lines
898 B
Diff
24 lines
898 B
Diff
From: csagan5 <32685696+csagan5@users.noreply.github.com>
|
|
Date: Tue, 27 Sep 2022 23:39:54 +0200
|
|
Subject: Enable HEVC by default
|
|
|
|
License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
|
|
---
|
|
media/base/media_switches.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
|
--- a/media/base/media_switches.cc
|
|
+++ b/media/base/media_switches.cc
|
|
@@ -275,7 +275,7 @@ const base::Feature kPictureInPicture{"PictureInPicture",
|
|
#if BUILDFLAG(ENABLE_PLATFORM_HEVC)
|
|
// Enables HEVC hardware accelerated decoding.
|
|
const base::Feature kPlatformHEVCDecoderSupport{
|
|
- "PlatformHEVCDecoderSupport", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
+ "PlatformHEVCDecoderSupport", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
#endif // BUILDFLAG(ENABLE_PLATFORM_HEVC)
|
|
|
|
// Only decode preload=metadata elements upon visibility.
|
|
--
|
|
2.25.1
|