From e9aa96e3fa9be9117f5407619fc65292da34c441 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 8 Sep 2020 23:41:38 -0700 Subject: capture_audio: s/sound/audio/ where reasonable Largely mechanical change just finishing up cosmetic rename of rmd_capture_sound->rmd_capture_audio --- 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 eea710c..1859a56 100644 --- a/src/rmd_threads.c +++ b/src/rmd_threads.c @@ -83,7 +83,7 @@ void rmdThreads(ProgData *pdata) { if (!pdata->args.use_jack) pthread_create( &sound_capture_t, NULL, - (void *)rmdCaptureSound, + (void *)rmdCaptureAudio, (void *)pdata); if (pdata->args.encOnTheFly) -- cgit v1.2.1