From 0030e049cd1707762f6f8cd76c7414b95baf928f Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 26 Dec 2017 01:38:32 +0100 Subject: player: add internal `vo-resize` command Intended to be used with the properties from previous commit. --- video/out/vo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 995d6b97f5..cc86a632e7 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -111,6 +111,9 @@ enum mp_voctrl { VOCTRL_GET_DISPLAY_FPS, // double* VOCTRL_GET_PREF_DEINT, // int* + + /* private to vo_gpu */ + VOCTRL_EXTERNAL_RESIZE, }; // VOCTRL_SET_EQUALIZER -- cgit v1.2.3