Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg
[dcpomatic.git] / src / lib / j2k_image_proxy.h
index 77d53a9e58440f56c09e2b815d50a8c05cb37074..a67cc24deeffea184215ad221e371b3b2c288c90 100644 (file)
@@ -60,9 +60,6 @@ public:
        /** @return true if our image is definitely the same as another, false if it is probably not */
        bool same (boost::shared_ptr<const ImageProxy>) const;
        int prepare (boost::optional<dcp::Size> = boost::optional<dcp::Size>()) const;
-       AVPixelFormat pixel_format () const {
-               return _pixel_format;
-       }
 
        dcp::Data j2k () const {
                return _data;