aboutsummaryrefslogtreecommitdiffstats
path: root/src/audioOutput.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audioOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioOutput.h b/src/audioOutput.h
index 577ba2014..3cede2e30 100644
--- a/src/audioOutput.h
+++ b/src/audioOutput.h
@@ -70,7 +70,7 @@ struct _AudioOutput {
AudioFormat reqAudioFormat;
ConvState convState;
char *convBuffer;
- int convBufferLen;
+ size_t convBufferLen;
int sameInAndOutFormats;
void *data;