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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image.h b/src/lib/image.h
index dd9f8b840..ce4382a42 100644
--- a/src/lib/image.h
+++ b/src/lib/image.h
@@ -111,6 +111,7 @@ private:
void yuv_16_black (uint16_t, bool);
static uint16_t swap_16 (uint16_t);
void video_range_to_full_range ();
+ std::pair<std::vector<uint8_t*>, dcp::Size> crop_source_pointers(Crop crop) const;
dcp::Size _size;
AVPixelFormat _pixel_format; ///< FFmpeg's way of describing the pixel format of this Image