Change MagickImageProxy to FFmpegImageProxy and make it use FFmpeg
[dcpomatic.git] / src / lib / raw_image_proxy.cc
index c3b565f3c768ade554b11d622ab6ea1e6896b304..084f515ed5f6a9dd2b77da56b0b0bd102561098d 100644 (file)
@@ -86,12 +86,6 @@ RawImageProxy::same (shared_ptr<const ImageProxy> other) const
        return (*_image.get()) == (*rp->image().first.get());
 }
 
-AVPixelFormat
-RawImageProxy::pixel_format () const
-{
-       return _image->pixel_format ();
-}
-
 size_t
 RawImageProxy::memory_used () const
 {