summaryrefslogtreecommitdiff
path: root/src/rmd_threads.c
diff options
context:
space:
mode:
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