diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-04-04 23:51:38 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-04-04 23:51:38 -0700 |
commit | b6e48f6a544fc9c6637d7c8ffe0123936e68c5bf (patch) | |
tree | b3ffd82099492001c5d4043f565bccdb35acd65e /src/rmd_threads.c | |
parent | 160b1ffab42aae4c92f774a21b23f3dca4b63cfe (diff) |
*: s/rmdEncodeAudioBuffer/rmdEncodeAudioBuffers/
finishing up mechanical change started in previous commit
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 697bdd2..279a767 100644 --- a/src/rmd_threads.c +++ b/src/rmd_threads.c @@ -88,7 +88,7 @@ void rmdThreads(ProgData *pdata) if (pdata->args.encOnTheFly) pthread_create( &sound_encode_t, NULL, - (void *)rmdEncodeAudioBuffer, + (void *)rmdEncodeAudioBuffers, (void *)pdata); else pthread_create( &sound_cache_t, |