Fix problems when starting to play after a seek, if the start
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Nov 2019 23:32:37 +0000 (00:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 8 Jan 2020 20:56:47 +0000 (21:56 +0100)
commit0b21bfba60be812a5d04cc5c10868e04b5579404
treee20cfef2f2561493b216ce06cc6c24a1f890df4b
parent4f0575fcb518d959e8dcf581ec8181609782b4ef
Fix problems when starting to play after a seek, if the start
of playback happens while we are awaiting an idle handler to
go through to update the view after the seek.

If this idle handler has not gone through the viewer will report
an incorrect position, which is used by the FilmViewer to start
the audio stream at the wrong time.
src/wx/film_viewer.cc