filter/*: use std::span instead of ConstBuffer
This commit is contained in:
@@ -255,5 +255,5 @@ AudioOutputSource::Flush()
|
||||
{
|
||||
return filter
|
||||
? filter->Flush()
|
||||
: nullptr;
|
||||
: std::span<const std::byte>{};
|
||||
}
|
||||
|
Reference in New Issue
Block a user