summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/image.h b/src/lib/image.h
index b929f4dfc..2e90a89e9 100644
--- a/src/lib/image.h
+++ b/src/lib/image.h
@@ -35,7 +35,6 @@ extern "C" {
#include <boost/function.hpp>
#include <string>
-class Scaler;
class Socket;
class Image
@@ -58,10 +57,10 @@ public:
int line_factor (int) const;
int lines (int) const;
- boost::shared_ptr<Image> scale (dcp::Size, Scaler const *, AVPixelFormat, bool aligned) const;
+ boost::shared_ptr<Image> scale (dcp::Size, AVPixelFormat, bool aligned) const;
boost::shared_ptr<Image> crop (Crop c, bool aligned) const;
- boost::shared_ptr<Image> crop_scale_window (Crop c, dcp::Size, dcp::Size, Scaler const *, AVPixelFormat, bool aligned) const;
+ boost::shared_ptr<Image> crop_scale_window (Crop c, dcp::Size, dcp::Size, AVPixelFormat, bool aligned) const;
void make_black ();
void make_transparent ();