From cd2f6c3aca998c7e68aa6e4ccd0ad260426d28e8 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 8 Sep 2020 23:45:17 -0700 Subject: 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] --- src/rmd_threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rmd_threads.c') diff --git a/src/rmd_threads.c b/src/rmd_threads.c index 1859a56..f7937c4 100644 --- a/src/rmd_threads.c +++ b/src/rmd_threads.c @@ -30,8 +30,8 @@ #include "rmd_cache_audio.h" #include "rmd_cache_frame.h" #include "rmd_capture_audio.h" +#include "rmd_encode_audio_buffer.h" #include "rmd_encode_image_buffer.h" -#include "rmd_encode_sound_buffer.h" #include "rmd_flush_to_ogg.h" #include "rmd_get_frame.h" #include "rmd_jack.h" -- cgit v1.2.1