X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplayer_video.h;h=10b2078a00af83e73b1505b97aa2801145c9edde;hb=refs%2Ftags%2Fv2.17.2;hp=f2781c1a0c51c3e099dd0009604e04a89ce2c3df;hpb=32294829b99fcbfa67e2b6b13b7a60d7244ff0ac;p=dcpomatic.git diff --git a/src/lib/player_video.h b/src/lib/player_video.h index f2781c1a0..10b2078a0 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -59,7 +59,7 @@ public: boost::optional colour_conversion, VideoRange video_range, std::weak_ptr content, - boost::optional video_frame, + boost::optional video_time, bool error ); @@ -141,8 +141,8 @@ private: boost::optional _text; /** Content that we came from. This is so that reset_metadata() can work. */ std::weak_ptr _content; - /** Video frame that we came from. Again, this is for reset_metadata() */ - boost::optional _video_frame; + /** Video time that we came from. Again, this is for reset_metadata() */ + boost::optional _video_time; mutable boost::mutex _mutex; mutable std::shared_ptr _image;