Optimise checking of existing image data.
[dcpomatic.git] / src / lib / image_decoder.h
index 775496bfdb8a874b06f8099f3e1c632c4c0d3857..4d96306a89c63775121f4e243da36ce2aa507372 100644 (file)
 
 #include "video_decoder.h"
 
-namespace Magick {
-       class Image;
-}
-
 class ImageContent;
 
 class ImageDecoder : public VideoDecoder
@@ -37,7 +33,7 @@ public:
 private:
        bool pass ();
        void seek (ContentTime, bool);
-       
+
        boost::shared_ptr<const ImageContent> _image_content;
        boost::shared_ptr<ImageProxy> _image;
        Frame _video_position;