diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-06 21:23:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-26 17:20:25 +0100 |
| commit | d76b98b8cc9867a2cc9de42f78e6b9be575c0540 (patch) | |
| tree | 7a71886db6e9704bb8ba7c11ce13ef1969c89d30 /src/lib/image.h | |
| parent | 3e760dbfe5077e730a8a8d4d242974852117c609 (diff) | |
Extract crop_source_pointers().
Diffstat (limited to 'src/lib/image.h')
| -rw-r--r-- | src/lib/image.h | 1 |
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 |
