From 94542abf2e2ccb123cf3b0c9eef76a2290dd19b1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 31 Oct 2013 20:19:40 +0100 Subject: command: add property to scale window size --- video/out/vo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 1777245c96..d9058b96e9 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -71,6 +71,8 @@ enum mp_voctrl { VOCTRL_UPDATE_SCREENINFO, VOCTRL_WINDOW_TO_OSD_COORDS, // float[2] (x/y) + VOCTRL_GET_WINDOW_SIZE, // int[2] (w/h) + VOCTRL_SET_WINDOW_SIZE, // int[2] (w/h) VOCTRL_SET_YUV_COLORSPACE, // struct mp_csp_details* VOCTRL_GET_YUV_COLORSPACE, // struct mp_csp_details* -- cgit v1.2.3