summaryrefslogtreecommitdiff
path: root/src/rmd_encode_sound_buffer.c
diff options
context:
space:
mode:
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