Basics of DCP import.
[dcpomatic.git] / src / lib / video_decoder.h
index 2c0028fd1bcfa4ce6c6a8c831452608b89467041..f5c3cd743ba43bf3df96d4a1706507a33a0e3a95 100644 (file)
@@ -60,6 +60,7 @@ protected:
 
        boost::shared_ptr<const VideoContent> _video_content;
        std::list<ContentVideo> _decoded_video;
+       bool _same;
 };
 
 #endif