summaryrefslogtreecommitdiff
path: root/src/rmd_encode_sound_buffer.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-07-13 00:50:22 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-07-13 03:31:15 -0700
commit5bf7e838d38debacd4ad624f1f3024b26e83f9eb (patch)
tree8add4226ff90096d3ff91f936b74c372d698c06d /src/rmd_encode_sound_buffer.c
parentcbce2f4841a9281d10e6d01ee58cfa910965a82c (diff)
*: more rmdThreadsSetName() callers
Name the timer and sound capture threads as well, and fixup the rmd{Encode,Cache}Sounds names -> rmd{Encode,Cache}Sound
Diffstat (limited to 'src/rmd_encode_sound_buffer.c')
-rw-r--r--src/rmd_encode_sound_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_encode_sound_buffer.c b/src/rmd_encode_sound_buffer.c
index b3f8781..d35a17c 100644
--- a/src/rmd_encode_sound_buffer.c
+++ b/src/rmd_encode_sound_buffer.c
@@ -46,7 +46,7 @@ void *rmdEncodeSoundBuffer(ProgData *pdata) {
jackbuf = malloc(pdata->sound_framesize * pdata->jdata->buffersize);
#endif
- rmdThreadsSetName("rmdEncodeSounds");
+ rmdThreadsSetName("rmdEncodeSound");
pdata->v_encoding_clean = 0;
while (pdata->running) {
© All Rights Reserved