diff options
Diffstat (limited to 'src/audioOutput.h')
-rw-r--r-- | src/audioOutput.h | 2 |
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; |