Skip to content

Commit

Permalink
Update opusfile.c (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Apr 16, 2024
1 parent b7d8905 commit 139fba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opusfile/opusfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 139fba4

Please sign in to comment.