summaryrefslogtreecommitdiffstats
path: root/libmpv/render_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/render_gl.h')
-rw-r--r--libmpv/render_gl.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libmpv/render_gl.h b/libmpv/render_gl.h
index cb141df564..aa2719d5c4 100644
--- a/libmpv/render_gl.h
+++ b/libmpv/render_gl.h
@@ -93,7 +93,7 @@ extern "C" {
* MPV_RENDER_PARAM_WL_DISPLAY for Wayland)
* - nVidia/Linux: Both GLX and EGL should work (GLX is required if vdpau is
* used, e.g. due to old drivers.)
- * - OSX: CGL is required (CGLGetCurrentContext() returning non-NULL)
+ * - macOS: CGL is required (CGLGetCurrentContext() returning non-NULL)
* - iOS: EAGL is required (EAGLContext.currentContext returning non-nil)
*
* Once these things are setup, hardware decoding can be enabled/disabled at
@@ -120,11 +120,6 @@ typedef struct mpv_opengl_init_params {
* Value passed as ctx parameter to get_proc_address().
*/
void *get_proc_address_ctx;
- /**
- * This should not be used. It is deprecated and will be removed or ignored
- * when the opengl_cb API is removed.
- */
- const char *extra_exts;
} mpv_opengl_init_params;
/**