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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index ae84f9d0c9..3abb8fca58 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -51,8 +51,7 @@ enum mp_voctrl {
VOCTRL_GET_EQUALIZER, // struct voctrl_get_equalizer_args*
/* for vdpau hardware decoding */
- VOCTRL_HWDEC_DECODER_RENDER, // pointer to hw state
- VOCTRL_HWDEC_ALLOC_SURFACE, // struct mp_image**
+ VOCTRL_GET_HWDEC_INFO, // struct mp_hwdec_info*
VOCTRL_NEWFRAME,
VOCTRL_SKIPFRAME,