summaryrefslogtreecommitdiff
path: root/src/rmd_threads.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-04-04 23:55:01 -0700
committerVito Caputo <vcaputo@pengaru.com>2021-04-04 23:55:01 -0700
commit2f3767a0f6562b8e1e7a41f83a6febf05310c5bb (patch)
tree2d802a0c756d2a41c719dd683523eb24c5383418 /src/rmd_threads.c
parentb6e48f6a544fc9c6637d7c8ffe0123936e68c5bf (diff)
*: encode_image_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_threads.c')
-rw-r--r--src/rmd_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_threads.c b/src/rmd_threads.c
index 279a767..9947eb6 100644
--- a/src/rmd_threads.c
+++ b/src/rmd_threads.c
@@ -31,7 +31,7 @@
#include "rmd_cache_frame.h"
#include "rmd_capture_audio.h"
#include "rmd_encode_audio_buffers.h"
-#include "rmd_encode_image_buffer.h"
+#include "rmd_encode_image_buffers.h"
#include "rmd_flush_to_ogg.h"
#include "rmd_get_frames.h"
#include "rmd_jack.h"
© All Rights Reserved