https://bugs.winehq.org/show_bug.cgi?id=53750
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #5 from Zeb Figura z.figura12@gmail.com --- The frame interval calculation is due to a bit of incorrect math, but ultimately doesn't seem to be the problem. The problem is that the program expects the samples it gets from the video capture filter to be timestamped (even though it doesn't actually use the timestamps for anything).
I've submitted patches to fix the frame interval calculation. The timestamps will need more work, though, to test what's the correct behaviour wrt. pausing and flushing.