Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg
[dcpomatic.git] / src / lib / image_proxy.h
index b377d5362928e03bacbae8856ee69ba76a5f37c2..be053eed51392810abf1462e8b96f1203d2a6a77 100644 (file)
@@ -81,7 +81,6 @@ public:
         *  @return log2 of any scaling down that will be applied to the image.
         */
        virtual int prepare (boost::optional<dcp::Size> = boost::optional<dcp::Size>()) const { return 0; }
-       virtual AVPixelFormat pixel_format () const = 0;
        virtual size_t memory_used () const = 0;
 };