Skip to content

Commit

Permalink
QOA: Remove bogus variable (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatcosmonaut committed Nov 9, 2023
1 parent 632a8e5 commit 3a0fc95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qoa_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ void qoa_decode_entire(qoa *qoa, short *sample_data) {

frame_count = (data->size - 64) / data->frame_size;
sample_index = 0;
sample_count;

for (i = 0; i < frame_count; i += 1)
{
Expand Down

0 comments on commit 3a0fc95

Please sign in to comment.