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_load_cache.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_load_cache.c')
-rw-r--r-- | src/rmd_load_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_load_cache.c b/src/rmd_load_cache.c index 5e5b8f7..222628a 100644 --- a/src/rmd_load_cache.c +++ b/src/rmd_load_cache.c @@ -28,7 +28,7 @@ #include "rmd_load_cache.h" #include "rmd_cache.h" -#include "rmd_encode_audio_buffer.h" +#include "rmd_encode_audio_buffers.h" #include "rmd_encode_image_buffer.h" #include "rmd_macro.h" #include "rmd_threads.h" |