diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-07-13 00:50:22 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-07-13 03:31:15 -0700 |
commit | 5bf7e838d38debacd4ad624f1f3024b26e83f9eb (patch) | |
tree | 8add4226ff90096d3ff91f936b74c372d698c06d /src/rmd_cache_audio.c | |
parent | cbce2f4841a9281d10e6d01ee58cfa910965a82c (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_cache_audio.c')
-rw-r--r-- | src/rmd_cache_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_cache_audio.c b/src/rmd_cache_audio.c index 8becef4..0ac011f 100644 --- a/src/rmd_cache_audio.c +++ b/src/rmd_cache_audio.c @@ -51,7 +51,7 @@ void *rmdCacheSoundBuffer(ProgData *pdata) { } #endif - rmdThreadsSetName("rmdCacheSounds"); + rmdThreadsSetName("rmdCacheSound"); //We are simply going to throw sound on the disk. //It's sound is tiny compared to that of image, so |