Commit 2bebc793 authored by Max Kellermann's avatar Max Kellermann

test/run_convert: use std::byte

parent e777fb4e
...@@ -106,7 +106,7 @@ static void ...@@ -106,7 +106,7 @@ static void
RunConvert(PcmConvert &convert, size_t in_frame_size, RunConvert(PcmConvert &convert, size_t in_frame_size,
FileDescriptor in_fd, FileDescriptor out_fd) FileDescriptor in_fd, FileDescriptor out_fd)
{ {
StaticFifoBuffer<uint8_t, 4096> buffer; StaticFifoBuffer<std::byte, 4096> buffer;
while (true) { while (true) {
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment