Commit 83844ec2 authored by Max Kellermann's avatar Max Kellermann

output/jack: make ringbuffer_size a size_t

parent 1bfd25be
...@@ -47,7 +47,7 @@ struct jack_data { ...@@ -47,7 +47,7 @@ struct jack_data {
/* configuration */ /* configuration */
char *output_ports[2]; char *output_ports[2];
int ringbuffer_size; size_t ringbuffer_size;
/* the current audio format */ /* the current audio format */
struct audio_format audio_format; struct audio_format audio_format;
......
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