Skip to content

Commit

Permalink
Update media_switches.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Jun 18, 2022
1 parent f3ac4a2 commit a54d57a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media/base/media_switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a54d57a

Please sign in to comment.