X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=3fc30cf9dab3b9c897cb99844c645058a5e55eef;hb=9106e6ed551b13e1b7c7ee2088d54ce0ae430bcf;hp=959ff7ac70c54ad7be8cf1f856812ee88d8a6bdf;hpb=2537a2d959a5872c2e75b322022a7679d24c7e60;p=dcpomatic.git diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 959ff7ac7..3fc30cf9d 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -63,6 +63,7 @@ public: boost::signals2::signal Data; private: + /** Time of last thing to be emitted */ boost::shared_ptr _content; boost::optional _last_emitted; ContentTime _position;