Get closed caption view data from the butler, rather than the player.
authorCarl Hetherington <cth@carlh.net>
Sun, 5 Aug 2018 00:15:45 +0000 (01:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 5 Aug 2018 00:15:45 +0000 (01:15 +0100)
commit3a7b6acdb993864f319a6ceb3bc4c3fb7d4aaefd
tree6f516185b6155b13cddfcd6be8fdf9e5bc52f86a
parent7c45c2c7b0904446bbc8cd175fe1deab54c61c15
Get closed caption view data from the butler, rather than the player.
You can't introduce the butler (so that the player is ahead of time)
and then ask the player what should be in the frame that is being
displayed "now"; the player will already have moved on.
src/lib/active_text.cc
src/lib/active_text.h
src/lib/butler.cc
src/lib/butler.h
src/lib/player.cc
src/lib/player.h
src/lib/wscript
src/wx/closed_captions_dialog.cc
src/wx/closed_captions_dialog.h
src/wx/film_viewer.cc