summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-11 23:08:35 +0200
committerwm4 <wm4@nowhere>2014-08-11 23:09:39 +0200
commitb8f025a58a8dddc42442527229a20b7e45edcc22 (patch)
tree62f61b447bb122bf16656cdf80e175c9ff1f367e /video/out/vo.h
parent056622c33e2ba305df4b1602149af01967bbb9ca (diff)
downloadmpv-b8f025a58a8dddc42442527229a20b7e45edcc22.tar.bz2
mpv-b8f025a58a8dddc42442527229a20b7e45edcc22.tar.xz
video: don't keep multiple pointers to hwdec info struct
This makes a certain corner case simpler at a later point.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 7fbaa8e431..1d8182f71a 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -52,7 +52,7 @@ enum mp_voctrl {
VOCTRL_GET_EQUALIZER, // struct voctrl_get_equalizer_args*
/* for hardware decoding */
- VOCTRL_GET_HWDEC_INFO, // struct mp_hwdec_info*
+ VOCTRL_GET_HWDEC_INFO, // struct mp_hwdec_info**
// Redraw the image previously passed to draw_image() (basically, repeat
// the previous draw_image call). If this is handled, the OSD should also