From a5c629cb9b638b67a0e4c2d26fe9ab2e124bf0eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Jul 2018 15:10:11 +0100 Subject: Tidy up after mass rename. --- src/lib/player_video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/player_video.h') diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 96878e0bd..cd904af06 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -60,7 +60,7 @@ public: boost::shared_ptr shallow_copy () const; - void set_caption (PositionImage); + void set_text (PositionImage); void prepare (); boost::shared_ptr image (dcp::NoteHandler note, boost::function pixel_format, bool aligned, bool fast) const; @@ -109,7 +109,7 @@ private: Eyes _eyes; Part _part; boost::optional _colour_conversion; - boost::optional _caption; + boost::optional _text; /** Content that we came from. This is so that reset_metadata() can work */ boost::weak_ptr _content; /** Video frame that we came from. Again, this is for reset_metadata() */ -- cgit v1.2.3