summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-11-29 12:39:20 +0100
committersfan5 <sfan5@live.de>2021-12-15 12:29:10 +0100
commit72915e8b76b2e5da9ddc90e892a544b6de512f39 (patch)
tree620a9384ee691e8a0925e018a9b81504a209454e /libmpv
parent0bb15c7a133a0c213f5098d54b37c5d79718b79e (diff)
downloadmpv-72915e8b76b2e5da9ddc90e892a544b6de512f39.tar.bz2
mpv-72915e8b76b2e5da9ddc90e892a544b6de512f39.tar.xz
{player,video}: remove references to obsolete opengl-cb API
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/render_gl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpv/render_gl.h b/libmpv/render_gl.h
index cb141df564..5bc892903c 100644
--- a/libmpv/render_gl.h
+++ b/libmpv/render_gl.h
@@ -121,8 +121,7 @@ typedef struct mpv_opengl_init_params {
*/
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.
+ * This should not be used. It is deprecated and ignored.
*/
const char *extra_exts;
} mpv_opengl_init_params;