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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index bcc751e5f2..7b929f985d 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -44,8 +44,7 @@ enum mp_voctrl {
VOCTRL_PAUSE,
/* start/resume playback */
VOCTRL_RESUME,
- /* libmpcodecs direct rendering */
- VOCTRL_GET_IMAGE,
+
VOCTRL_GET_PANSCAN,
VOCTRL_SET_PANSCAN,
VOCTRL_SET_EQUALIZER, // struct voctrl_set_equalizer_args
@@ -54,6 +53,7 @@ enum mp_voctrl {
/* for vdpau hardware decoding */
VOCTRL_HWDEC_DECODER_RENDER, // pointer to hw state
+ VOCTRL_HWDEC_GET_SURFACE, // struct mp_image
VOCTRL_NEWFRAME,
VOCTRL_SKIPFRAME,