diff options
Diffstat (limited to 'src/rmd_cache_frame.c')
-rw-r--r-- | src/rmd_cache_frame.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rmd_cache_frame.c b/src/rmd_cache_frame.c index 7b8a2f3..c2e37bf 100644 --- a/src/rmd_cache_frame.c +++ b/src/rmd_cache_frame.c @@ -29,6 +29,7 @@ #include "rmd_yuv_utils.h" #include "rmd_cache.h" +#include "rmd_threads.h" #include "rmd_types.h" #include <signal.h> @@ -106,6 +107,8 @@ void *rmdCacheImageBuffer(ProgData *pdata) { unsigned long long int total_received_bytes = 0; unsigned int capture_frameno = 0; + rmdThreadsSetName("rmdCacheImages"); + if (!pdata->args.zerocompression) { fp = pdata->cache_data->ifp; |