diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-media_base_audio_latency_cc')
| -rw-r--r-- | www/chromium-uc/patches/patch-media_base_audio_latency_cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-media_base_audio_latency_cc b/www/chromium-uc/patches/patch-media_base_audio_latency_cc deleted file mode 100644 index b63ae82..0000000 --- a/www/chromium-uc/patches/patch-media_base_audio_latency_cc +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | $OpenBSD: patch-media_base_audio_latency_cc,v 1.11 2021/09/01 16:54:40 robert Exp $ | ||
| 2 | |||
| 3 | Index: media/base/audio_latency.cc | ||
| 4 | --- media/base/audio_latency.cc.orig | ||
| 5 | +++ media/base/audio_latency.cc | ||
| 6 | @@ -135,7 +135,7 @@ int AudioLatency::GetRtcBufferSize(int sample_rate, in | ||
| 7 | } | ||
| 8 | |||
| 9 | #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_MAC) || \ | ||
| 10 | - defined(OS_FUCHSIA) | ||
| 11 | + defined(OS_FUCHSIA) || defined(OS_BSD) | ||
| 12 | // On Linux, MacOS and Fuchsia, the low level IO implementations on the | ||
| 13 | // browser side supports all buffer size the clients want. We use the native | ||
| 14 | // peer connection buffer size (10ms) to achieve best possible performance. | ||
