summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-31 20:32:35 +0100
committerwm4 <wm4@nowhere>2014-12-31 20:50:06 +0100
commit84fe12fab557a066cfa1d8770eef81330816435e (patch)
tree933e0ec85a784c624e446f16a9babe38e572a1d0 /DOCS
parenta850bf786e3bea2ce9969d6794835a0724f29b0d (diff)
downloadmpv-84fe12fab557a066cfa1d8770eef81330816435e.tar.bz2
mpv-84fe12fab557a066cfa1d8770eef81330816435e.tar.xz
client API: add function to create new mpv_handles from existing ones
This may or may not be useful for client API users. Fold this API extension into the previous API bump. The previous bump was only yesterday, so it's ok.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 04af0c9438..10bcb942ba 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -26,6 +26,9 @@ API changes
::
1.12 - add class Handle to qthelper.hpp
+ - improve opengl_cb.h API uninitialization behavior, and fix the qml
+ example
+ - add mpv_create_client() function
1.11 - add OpenGL rendering interop API - allows an application to combine
its own and mpv's OpenGL rendering
Warning: this API is not stable yet - anything in opengl_cb.h might