diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-08 23:37:36 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-08 23:37:36 -0700 |
commit | b19afd5ed632358096e86240629134777f4ae669 (patch) | |
tree | f9b01a609e09c1028428a02dc816e3a46cf8b4f7 /src/rmd_threads.c | |
parent | 7cc99cedd3685f0e9090423d0c1a061b376aa936 (diff) |
capture_sound: rename to rmd_capture_audio.[ch]
Make naming consistent with rmd_cache_audio.
This commit is minimal renaming of the files and tweaking
includes, a subsequent commit will make the various naming within
rmd_capture_audio.c consistent.
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 88a4bbc..eea710c 100644 --- a/src/rmd_threads.c +++ b/src/rmd_threads.c @@ -29,7 +29,7 @@ #include "rmd_cache_audio.h" #include "rmd_cache_frame.h" -#include "rmd_capture_sound.h" +#include "rmd_capture_audio.h" #include "rmd_encode_image_buffer.h" #include "rmd_encode_sound_buffer.h" #include "rmd_flush_to_ogg.h" |