summaryrefslogtreecommitdiff
path: root/src/lib/image.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-15 13:25:09 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-15 13:25:09 +0000
commit16e8c1c7222796246f74153bf294909c3efe57dc (patch)
tree34b3a52caf88608a5e5ed0e510c4c159e16042c8 /src/lib/image.h
parentafe6ad7ba378ff531de248927d736cdda2724e34 (diff)
Remove support for FFmpeg postprocessing filters.
Diffstat (limited to 'src/lib/image.h')
-rw-r--r--src/lib/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/image.h b/src/lib/image.h
index b12db3a14..2d9f32231 100644
--- a/src/lib/image.h
+++ b/src/lib/image.h
@@ -58,7 +58,6 @@ public:
int lines (int) const;
boost::shared_ptr<Image> scale (libdcp::Size, Scaler const *, AVPixelFormat, bool aligned) const;
- boost::shared_ptr<Image> post_process (std::string, bool aligned) const;
boost::shared_ptr<Image> crop (Crop c, bool aligned) const;
boost::shared_ptr<Image> crop_scale_window (Crop c, libdcp::Size, libdcp::Size, Scaler const *, AVPixelFormat, bool aligned) const;