diff options
Diffstat (limited to 'src/rmd_encode_sound_buffer.c')
-rw-r--r-- | src/rmd_encode_sound_buffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rmd_encode_sound_buffer.c b/src/rmd_encode_sound_buffer.c index 5fa1dc6..b3f8781 100644 --- a/src/rmd_encode_sound_buffer.c +++ b/src/rmd_encode_sound_buffer.c @@ -28,6 +28,7 @@ #include "rmd_encode_sound_buffer.h" #include "rmd_jack.h" +#include "rmd_threads.h" #include "rmd_types.h" #include <pthread.h> @@ -45,6 +46,8 @@ void *rmdEncodeSoundBuffer(ProgData *pdata) { jackbuf = malloc(pdata->sound_framesize * pdata->jdata->buffersize); #endif + rmdThreadsSetName("rmdEncodeSounds"); + pdata->v_encoding_clean = 0; while (pdata->running) { float **vorbis_buffer; |