Untested merge of master.
[dcpomatic.git] / src / lib / imagemagick_decoder.h
index 52c7bec186495cdbe4026e7bce1d325d3d6a8211..e7c9dee9a3ac35373668433e6208d02128aafc0a 100644 (file)
@@ -37,18 +37,6 @@ public:
        libdcp::Size native_size () const;
        ContentVideoFrame video_length () const;
 
-       int audio_channels () const {
-               return 0;
-       }
-
-       int audio_sample_rate () const {
-               return 0;
-       }
-
-       int64_t audio_channel_layout () const {
-               return 0;
-       }
-
        bool seek (double);
        bool pass ();
 
@@ -75,5 +63,6 @@ protected:
 
 private:
        boost::shared_ptr<const ImageMagickContent> _imagemagick_content;
+       boost::shared_ptr<Image> _image;
        ContentVideoFrame _position;
 };