From f3f1a79fe3ad9bdae344559ec5802c184af41112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Fri, 25 Aug 2023 19:21:21 +0200 Subject: vo: add --video-crop Just cropping by VO that works with hwdec. Fixes: #12222 --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 5e46a99b0b..3250729b48 100644 --- a/options/options.h +++ b/options/options.h @@ -73,6 +73,8 @@ typedef struct mp_vo_opts { struct m_geometry android_surface_size; int swapchain_depth; // max number of images to render ahead + + struct m_geometry video_crop; } mp_vo_opts; // Subtitle options needed by the subtitle decoders/renderers. -- cgit v1.2.3