diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-15 13:25:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-15 13:25:09 +0000 |
| commit | 16e8c1c7222796246f74153bf294909c3efe57dc (patch) | |
| tree | 34b3a52caf88608a5e5ed0e510c4c159e16042c8 /src/lib/image.h | |
| parent | afe6ad7ba378ff531de248927d736cdda2724e34 (diff) | |
Remove support for FFmpeg postprocessing filters.
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 1 |
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; |
