diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-04-04 23:57:03 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-04-04 23:57:03 -0700 |
commit | 6c90a4e6f2737db92fa9eb586456f718bf32b673 (patch) | |
tree | 2ef276ac3e71e135b2fd771cbe2580e283b06bfc /src/rmd_threads.c | |
parent | 2f3767a0f6562b8e1e7a41f83a6febf05310c5bb (diff) |
*: s/rmdEncodeImageBuffer/rmdEncodeImageBuffers/
finishing up mechanical change started in previous commit
Diffstat (limited to 'src/rmd_threads.c')
-rw-r--r-- | src/rmd_threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_threads.c b/src/rmd_threads.c index 9947eb6..b3b207e 100644 --- a/src/rmd_threads.c +++ b/src/rmd_threads.c @@ -70,7 +70,7 @@ void rmdThreads(ProgData *pdata) if (pdata->args.encOnTheFly) pthread_create( &image_encode_t, NULL, - (void *)rmdEncodeImageBuffer, + (void *)rmdEncodeImageBuffers, (void *)pdata); else pthread_create( &image_cache_t, |