Reasonably straightforward stuff; main things are adding
[dcpomatic.git] / src / lib / image_examiner.h
index cd8964d0adc7572979b81369b25be41cc1392f46..a3aecbcf774859dc2667e608a231045d4ab9470b 100644 (file)
@@ -38,5 +38,4 @@ private:
        boost::shared_ptr<const ImageContent> _image_content;
        boost::optional<dcp::Size> _video_size;
        Frame _video_length;
-       bool _yuv;
 };