diff options
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index f9bda7460..5407ce66e 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -69,6 +69,7 @@ public: virtual bool aligned () const = 0; int components () const; + int line_factor (int) const; int lines (int) const; boost::shared_ptr<Image> scale_and_convert_to_rgb (libdcp::Size, Scaler const *, bool) const; @@ -109,7 +110,7 @@ public: SimpleImage (AVPixelFormat, libdcp::Size, bool); SimpleImage (AVFrame *); SimpleImage (SimpleImage const &); - SimpleImage (boost::shared_ptr<const Image>); + SimpleImage (boost::shared_ptr<const Image>, bool); SimpleImage& operator= (SimpleImage const &); ~SimpleImage (); |
