diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-04-04 23:48:43 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-04-04 23:48:43 -0700 |
commit | 160b1ffab42aae4c92f774a21b23f3dca4b63cfe (patch) | |
tree | a8742d533097ac3ef9c224b66ceee63cf43d3d8e /src/rmd_threads.c | |
parent | 809271ec5e41223e91aee9aff48ec065dafcd5fa (diff) |
*: encode_audio_buffer.[ch]->encode_audio_buffers.[ch]
mechanical change to get filenames more accurate, thread function
will be renamed in subsequent 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 3cfcc11..697bdd2 100644 --- a/src/rmd_threads.c +++ b/src/rmd_threads.c @@ -30,7 +30,7 @@ #include "rmd_cache_audio.h" #include "rmd_cache_frame.h" #include "rmd_capture_audio.h" -#include "rmd_encode_audio_buffer.h" +#include "rmd_encode_audio_buffers.h" #include "rmd_encode_image_buffer.h" #include "rmd_flush_to_ogg.h" #include "rmd_get_frames.h" |