summaryrefslogtreecommitdiff
path: root/src/rmd_threads.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-11-13 11:45:36 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-11-13 11:45:36 -0800
commit4441c868bfa3d831dafb8a1935d58a0e8fefd996 (patch)
treef947e5ce3e95b6e807776544e499d99b389f1ffa /src/rmd_threads.c
parentcc41895fcc851ee96c457d566e5d987174f4d840 (diff)
get_frame: s/rmdGetFrame/rmdGetFrames/
Mechanical rename to more accurate plural form
Diffstat (limited to 'src/rmd_threads.c')
-rw-r--r--src/rmd_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_threads.c b/src/rmd_threads.c
index 8514649..db27716 100644
--- a/src/rmd_threads.c
+++ b/src/rmd_threads.c
@@ -64,7 +64,7 @@ void rmdThreads(ProgData *pdata)
/*start threads*/
pthread_create( &image_capture_t,
NULL,
- (void *)rmdGetFrame,
+ (void *)rmdGetFrames,
(void *)pdata);
if (pdata->args.encOnTheFly)
© All Rights Reserved