summaryrefslogtreecommitdiff
path: root/src/rmd_flush_to_ogg.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-09-08 23:49:15 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-09-08 23:49:15 -0700
commit1f3db49e13f126bf047735a9ce84bccc8b3d75da (patch)
tree8bc0347bcc72b1e24365b7a5650649154076f429 /src/rmd_flush_to_ogg.c
parentcd2f6c3aca998c7e68aa6e4ccd0ad260426d28e8 (diff)
encode_audio_buffer: s/sound/audio/ where appropriate
Largely mechanical cosmetic changes for more consistency
Diffstat (limited to 'src/rmd_flush_to_ogg.c')
-rw-r--r--src/rmd_flush_to_ogg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_flush_to_ogg.c b/src/rmd_flush_to_ogg.c
index ced0ea4..100c5d1 100644
--- a/src/rmd_flush_to_ogg.c
+++ b/src/rmd_flush_to_ogg.c
@@ -149,7 +149,7 @@ void *rmdFlushToOgg(ProgData *pdata) {
while (!pdata->v_encoding_clean)
pthread_cond_wait(&pdata->vorbis_lib_clean, &pdata->vorbis_lib_mutex);
pthread_mutex_unlock(&pdata->vorbis_lib_mutex);
- rmdSyncEncodeSoundBuffer(pdata, NULL);
+ rmdSyncEncodeAudioBuffer(pdata, NULL);
}
}
}
© All Rights Reserved