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_flush_to_ogg.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_flush_to_ogg.c')
-rw-r--r-- | src/rmd_flush_to_ogg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_flush_to_ogg.c b/src/rmd_flush_to_ogg.c index ff5332d..7805d7c 100644 --- a/src/rmd_flush_to_ogg.c +++ b/src/rmd_flush_to_ogg.c @@ -27,7 +27,7 @@ #include "config.h" #include "rmd_flush_to_ogg.h" -#include "rmd_encode_audio_buffer.h" +#include "rmd_encode_audio_buffers.h" #include "rmd_encode_image_buffer.h" #include "rmd_threads.h" #include "rmd_types.h" |