output/jack: make ringbuffer_size a size_t

This commit is contained in:
Max Kellermann 2009-10-21 21:39:26 +02:00
parent 1bfd25be35
commit 83844ec239
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ struct jack_data {
/* configuration */
char *output_ports[2];
int ringbuffer_size;
size_t ringbuffer_size;
/* the current audio format */
struct audio_format audio_format;