diff options
Diffstat (limited to 'src/rmd_cache_audio.c')
-rw-r--r-- | src/rmd_cache_audio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rmd_cache_audio.c b/src/rmd_cache_audio.c index 76101f9..00d2097 100644 --- a/src/rmd_cache_audio.c +++ b/src/rmd_cache_audio.c @@ -39,7 +39,8 @@ -void *rmdCacheAudioBuffer(ProgData *pdata) { +void *rmdCacheAudioBuffer(ProgData *pdata) +{ size_t write_size = pdata->periodsize * pdata->sound_framesize; #ifdef HAVE_LIBJACK |