From 0237f40ca78f5d08fb8d1ce9c10a6ca1a3762837 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 31 May 2025 02:39:34 +0200 Subject: Add PlayerVideo::crop(). --- src/lib/player_video.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 99eafd11e..c3ea9351b 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -111,6 +111,10 @@ public: return _out_size; } + Crop crop() const { + return _crop; + } + bool same (std::shared_ptr other) const; size_t memory_used () const; -- cgit v1.2.3