X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;fp=src%2Flib%2Fvideo_decoder.h;h=ed56feea05284ccc785e74ba1167b2049cf6322f;hp=0fc7ca5a404832a34ba5daadcd567611a5eaa277;hb=c5f67166138c3849cc49f1223742343ce4b11b9f;hpb=c3cccfcf0f3942a55f1c0df5ba623fcfa360533e diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 0fc7ca5a4..ed56feea0 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -62,9 +62,10 @@ public: boost::signals2::signal Data; private: - /** Time of last thing to be emitted */ boost::shared_ptr _content; - boost::optional _last_emitted; + /** Frame of last thing to be emitted */ + boost::optional _last_emitted_frame; + boost::optional _last_emitted_eyes; ContentTime _position; };