diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-08 23:45:17 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-08 23:45:17 -0700 |
commit | cd2f6c3aca998c7e68aa6e4ccd0ad260426d28e8 (patch) | |
tree | 1947e12514b755ae6ab9c36bff59232c343010d4 /src/rmd_flush_to_ogg.c | |
parent | e9aa96e3fa9be9117f5407619fc65292da34c441 (diff) |
encode_sound_buffer: rename to encode_audio_buffer
Cosmetic rename to make naming consistent, normalizing on audio.
This is a minimal rename and includes update, subsequent commit
will change naming as appropriate in rmd_encode_audio_buffer.[ch]
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 6c5a0d8..ced0ea4 100644 --- a/src/rmd_flush_to_ogg.c +++ b/src/rmd_flush_to_ogg.c @@ -27,8 +27,8 @@ #include "config.h" #include "rmd_flush_to_ogg.h" +#include "rmd_encode_audio_buffer.h" #include "rmd_encode_image_buffer.h" -#include "rmd_encode_sound_buffer.h" #include "rmd_threads.h" #include "rmd_types.h" |