output/osx: fix typo

This commit is contained in:
Max Kellermann 2023-01-23 14:15:04 +01:00
parent ff8a7225fc
commit cd2aaac0c2
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ OSXOutput::Play(std::span<const std::byte> input)
}
#endif
size_t bytes_written = ring_buffer->WriteFrom(input);
size_t bytes_written = ring_buffer.WriteFrom(input);
if (!started) {
OSStatus status = AudioOutputUnitStart(au);