Restore checking of 2D files that are incorrectly set as 3D.
[dcpomatic.git] / src / lib / video_decoder.h
index 34ce8f288b009d1669141b9c0314543e5064e2a6..62757e3a9356b2e71681aea6ded0afa1aad2b60b 100644 (file)
@@ -63,10 +63,11 @@ public:
 
 private:
        boost::shared_ptr<const Content> _content;
-       /** Frame of last thing to be emitted */
+       /** Frame of last thing to be emitted; only used for 3D */
        boost::optional<Frame> _last_emitted_frame;
        boost::optional<Eyes> _last_emitted_eyes;
        boost::optional<dcpomatic::ContentTime> _position;
+       std::vector<Frame> _last_threed_frames;
 };
 
 #endif