player: first frame in frame buffer doesn't get played

Issue #72 resolved
Trek Hopton created an issue

Currently the frame buffer’s read function increments its index, then returns the frame at that index. This results in the first frame never being read. Instead it should only increment the index if it’s not at the start of playback.

Comments (1)

  1. Log in to comment