Don't emit video until film's end if we are seeking.
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Apr 2024 21:59:39 +0000 (23:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Apr 2024 11:03:04 +0000 (13:03 +0200)
commitf762833c3348003df6d0c026582776a6e577cf76
treecbc0b71868fe245f72da00883902df8db39c0761
parente530ee820c64828fed7b6fc1b613e57bc0968120
Don't emit video until film's end if we are seeking.

Otherwise if we seek to the frame just before the end of the DCP
we'll call emit_video_until() with _next_video unset, causing that
method to emit video for the whole film.

The point of this emit_video_until() call is only to pad a space
between the end of the video content and the end of the film.
src/lib/player.cc