X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=3fc30cf9dab3b9c897cb99844c645058a5e55eef;hb=dffc146e5387a0b3f7a671d845d6c3051b0e7067;hp=959ff7ac70c54ad7be8cf1f856812ee88d8a6bdf;hpb=efa79a3db4a041cda3d93dde444e5dca9b84b976;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;