summaryrefslogtreecommitdiff
path: root/src/rmd_load_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_load_cache.c')
-rw-r--r--src/rmd_load_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_load_cache.c b/src/rmd_load_cache.c
index 24c22e1..4fbacfd 100644
--- a/src/rmd_load_cache.c
+++ b/src/rmd_load_cache.c
@@ -300,7 +300,7 @@ void *rmdLoadCache(ProgData *pdata) {
if (nbytes <= 0)
audio_end = 1;
else
- rmdSyncEncodeSoundBuffer(pdata, sound_data);
+ rmdSyncEncodeAudioBuffer(pdata, sound_data);
}
}
}
© All Rights Reserved