Various tweaks to fix playback at the end of a film (#1858).
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Dec 2020 00:52:21 +0000 (01:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 Dec 2020 00:52:21 +0000 (01:52 +0100)
The most questionable change here is probably how
SimpleVideoView::display_next_frame no longer re-schedules
itself if the call to get_next_frame returned AGAIN; it seems
wrong to do that when FilmViewer::idle_handler() also reschedules
itself when display_next_frame() returns AGAIN.


No differences found