From 1f3db49e13f126bf047735a9ce84bccc8b3d75da Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 8 Sep 2020 23:49:15 -0700 Subject: encode_audio_buffer: s/sound/audio/ where appropriate Largely mechanical cosmetic changes for more consistency --- src/rmd_threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rmd_threads.c') 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, -- cgit v1.2.1