mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/d357f6bb-0af4-4ac9-b096-eeec183ad829.html
11 lines
593 B
C++
11 lines
593 B
C++
--- media/webrtc/audio_processor.cc.orig 2023-03-09 06:31:50 UTC
|
|
+++ media/webrtc/audio_processor.cc
|
|
@@ -513,7 +513,7 @@ absl::optional<double> AudioProcessor::ProcessData(
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
|
|
DCHECK_LE(volume, 1.0);
|
|
#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || \
|
|
- BUILDFLAG(IS_OPENBSD)
|
|
+ BUILDFLAG(IS_BSD)
|
|
// We have a special situation on Linux where the microphone volume can be
|
|
// "higher than maximum". The input volume slider in the sound preference
|
|
// allows the user to set a scaling that is higher than 100%. It means that
|