X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=62757e3a9356b2e71681aea6ded0afa1aad2b60b;hb=444e1d4e0062677220d32b78b97a4b730156b514;hp=34ce8f288b009d1669141b9c0314543e5064e2a6;hpb=0e8a1ab7c41756115f44229053e1e7024530fb32;p=dcpomatic.git diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 34ce8f288..62757e3a9 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -63,10 +63,11 @@ public: private: boost::shared_ptr _content; - /** Frame of last thing to be emitted */ + /** Frame of last thing to be emitted; only used for 3D */ boost::optional _last_emitted_frame; boost::optional _last_emitted_eyes; boost::optional _position; + std::vector _last_threed_frames; }; #endif