diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-08 23:49:15 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-08 23:49:15 -0700 |
commit | 1f3db49e13f126bf047735a9ce84bccc8b3d75da (patch) | |
tree | 8bc0347bcc72b1e24365b7a5650649154076f429 /src/rmd_threads.c | |
parent | cd2f6c3aca998c7e68aa6e4ccd0ad260426d28e8 (diff) |
encode_audio_buffer: s/sound/audio/ where appropriate
Largely mechanical cosmetic changes for more consistency
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, |