diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-11-13 11:47:52 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-11-13 11:47:52 -0800 |
commit | b9e0c2ce4c0e8a93f6227bc71bcab5292389b1b4 (patch) | |
tree | c3b5ce6ffdf6ca8a4aa6d75e9cba6d29f0d3573e /src/rmd_threads.c | |
parent | 4441c868bfa3d831dafb8a1935d58a0e8fefd996 (diff) |
*: rename rmd_get_frame.[ch] to rmd_get_frames.[ch]
mechanical file rename to 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 db27716..3cfcc11 100644 --- a/src/rmd_threads.c +++ b/src/rmd_threads.c @@ -33,7 +33,7 @@ #include "rmd_encode_audio_buffer.h" #include "rmd_encode_image_buffer.h" #include "rmd_flush_to_ogg.h" -#include "rmd_get_frame.h" +#include "rmd_get_frames.h" #include "rmd_jack.h" #include "rmd_register_callbacks.h" #include "rmd_types.h" |