From b989bb96d163e09bc2c1cc926144b8020b069c39 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 12 Aug 2015 23:04:05 +0200 Subject: 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. --- libmpv/opengl_cb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpv') 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() -- cgit v1.2.3