diff options
Diffstat (limited to 'src/rmd_encode_image_buffer.c')
-rw-r--r-- | src/rmd_encode_image_buffer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rmd_encode_image_buffer.c b/src/rmd_encode_image_buffer.c index c234aa4..f5e8b36 100644 --- a/src/rmd_encode_image_buffer.c +++ b/src/rmd_encode_image_buffer.c @@ -27,6 +27,7 @@ #include "config.h" #include "rmd_encode_image_buffer.h" +#include "rmd_threads.h" #include "rmd_types.h" #include <errno.h> @@ -35,6 +36,8 @@ void *rmdEncodeImageBuffer(ProgData *pdata) { unsigned int encode_frameno = 0; + rmdThreadsSetName("rmdEncodeImages"); + pdata->th_encoding_clean = 0; while (pdata->running) { |