mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
Security: https://vuxml.freebsd.org/freebsd/5c777f88-40ff-4e1e-884b-ad63dfb9bb15.html Security: https://vuxml.freebsd.org/freebsd/9c91e1f8-f255-4b57-babe-2e385558f1dc.html
11 lines
595 B
C++
11 lines
595 B
C++
--- media/webrtc/audio_processor.cc.orig 2025-07-02 06:08:04 UTC
|
|
+++ media/webrtc/audio_processor.cc
|
|
@@ -507,7 +507,7 @@ std::optional<double> AudioProcessor::ProcessData(
|
|
// controller.
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
|
|
DCHECK_LE(volume, 1.0);
|
|
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_OPENBSD)
|
|
+#elif BUILDFLAG(IS_LINUX) || 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
|