diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-11-13 11:45:36 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-11-13 11:45:36 -0800 |
commit | 4441c868bfa3d831dafb8a1935d58a0e8fefd996 (patch) | |
tree | f947e5ce3e95b6e807776544e499d99b389f1ffa /src/rmd_threads.c | |
parent | cc41895fcc851ee96c457d566e5d987174f4d840 (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.c | 2 |
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) |