andreanidouglas / ffmpeg-miniaudio-player

Basic C mp3 player
MIT License
0 stars 1 forks source link

Fixed bug in buffer refill block #3

Closed Hammit closed 2 weeks ago

Hammit commented 2 weeks ago

The amount of data available in the buffer for processing wasn't being incremented after the fread, which meant that eventually the loop thought the data was exhausted, when it wasn't

andreanidouglas commented 2 weeks ago

merged.

thank you