summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 2 insertions, 0 deletions
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.