No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / image_decoder.h
index 8d88df3de44eda5536e97e9a02e5560e32084c80..ed5ce65a7d31be7e6df986b23316223382dfbd61 100644 (file)
@@ -34,13 +34,12 @@ public:
                return _image_content;
        }
 
-       void seek (ContentTime, bool);
-
 private:
        bool pass ();
-       
+       void seek (ContentTime, bool);
+
        boost::shared_ptr<const ImageContent> _image_content;
-       boost::shared_ptr<Image> _image;
-       VideoFrame _video_position;
+       boost::shared_ptr<ImageProxy> _image;
+       Frame _video_position;
 };