summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index d987bf2855..266765b071 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -94,11 +94,6 @@ enum mp_voctrl {
// names for displays the window is on
VOCTRL_GET_DISPLAY_NAMES,
- // The VO is supposed to set "known" fields, and leave the others
- // untouched or set to 0.
- // imgfmt/w/h/d_w/d_h can be omitted for convenience.
- VOCTRL_GET_COLORSPACE, // struct mp_image_params*
-
// Retrieve window contents. (Normal screenshots use vo_get_current_frame().)
VOCTRL_SCREENSHOT_WIN, // struct mp_image**