Fix a bug in ma_data_source_read_pcm_frames().
The issue here is that MA_AT_END is getting returned when nothing has been read. The rules are that MA_AT_END should only ever be returned when nothing is read.
Showing
Please register or sign in to comment