Update media_switches.cc

This commit is contained in:
Alexander David Frick 2022-06-17 22:29:49 -05:00 committed by GitHub
parent f3ac4a26d1
commit a54d57a55e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -786,6 +786,11 @@ const base::Feature kUseRealColorSpaceForAndroidVideo{
#endif // BUILDFLAG(IS_ANDROID)
#if BUILDFLAG(USE_CHROMEOS_MEDIA_ACCELERATION)
// Enable Variable Bitrate encoding with hardware accelerated encoders on
// ChromeOS.
const base::Feature kChromeOSHWVBREncoding{"ChromeOSHWVBREncoding",
base::FEATURE_DISABLED_BY_DEFAULT};
// Enable the hardware-accelerated direct video decoder instead of the one
// needing the VdaVideoDecoder adapter. This flag is used mainly as a
// chrome:flag for developers debugging issues as well as to be able to