From 139fba4116ddf3eca601304a9f183a9dbcb50196 Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Tue, 16 Apr 2024 15:14:14 -0700 Subject: [PATCH] Update opusfile.c (#678) --- src/opusfile/opusfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opusfile/opusfile.c b/src/opusfile/opusfile.c index 95aab481..1f63cc60 100644 --- a/src/opusfile/opusfile.c +++ b/src/opusfile/opusfile.c @@ -1481,7 +1481,7 @@ static int op_open_seekable2(OggOpusFile *_of){ /*Clear out the current logical bitstream decoder.*/ static void op_decode_clear(OggOpusFile *_of){ /*We don't actually free the decoder. - We might be able to re-use it for the next link.*/ + We might be able to reuse it for the next link.*/ _of->op_count=0; _of->od_buffer_size=0; _of->prev_packet_gp=-1;