diff options
Diffstat (limited to 'src/rmd_threads.c')
-rw-r--r-- | src/rmd_threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_threads.c b/src/rmd_threads.c index f7937c4..dcc9f51 100644 --- a/src/rmd_threads.c +++ b/src/rmd_threads.c @@ -89,7 +89,7 @@ void rmdThreads(ProgData *pdata) { if (pdata->args.encOnTheFly) pthread_create( &sound_encode_t, NULL, - (void *)rmdEncodeSoundBuffer, + (void *)rmdEncodeAudioBuffer, (void *)pdata); else pthread_create( &sound_cache_t, |