summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-12 23:04:05 +0200
committerwm4 <wm4@nowhere>2015-08-12 23:04:05 +0200
commitb989bb96d163e09bc2c1cc926144b8020b069c39 (patch)
tree6a2c2f45c844f3146905740ddf266a766877fb2e /libmpv
parenta17d5e4bddab412488fea1bd7f7d56034c5a5d7d (diff)
downloadmpv-b989bb96d163e09bc2c1cc926144b8020b069c39.tar.bz2
mpv-b989bb96d163e09bc2c1cc926144b8020b069c39.tar.xz
client API: change subtle wording to different subtle wording
Make a difference between different mpv_handles pointing to the same mpv core, or different mpv cores. While we're not explicit about it, at least avoid that someone could misunderstand when really looking for the case of mpv_handles pointing to the same core.
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/opengl_cb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/opengl_cb.h b/libmpv/opengl_cb.h
index 1902268201..2e031cd109 100644
--- a/libmpv/opengl_cb.h
+++ b/libmpv/opengl_cb.h
@@ -90,7 +90,7 @@ extern "C" {
* The mpv_opengl_cb_* functions can be called from any thread, under the
* following conditions:
* - only one of the mpv_opengl_cb_* functions can be called at the same time
- * (unless they belong to different mpv_handles)
+ * (unless they belong to different mpv cores created by mpv_create())
* - for functions which need an OpenGL context (see above) the OpenGL context
* must be "current" in the current thread, and it must be the same context
* as used with mpv_opengl_cb_init_gl()