mirror of
https://github.com/mpv-player/mpv
synced 2025-03-31 07:51:55 +00:00
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.
This commit is contained in:
parent
a17d5e4bdd
commit
b989bb96d1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user