summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-30 22:24:57 +0100
committerwm4 <wm4@nowhere>2014-12-30 22:24:57 +0100
commit50c40b6dedcaf35bd2af68a3535b023c871d1295 (patch)
tree851e86a604f3d00dc100a44cd93911658c32613f /DOCS
parent63a414c708ea2986386639124fdfa9cdbd58e520 (diff)
downloadmpv-50c40b6dedcaf35bd2af68a3535b023c871d1295.tar.bz2
mpv-50c40b6dedcaf35bd2af68a3535b023c871d1295.tar.xz
client API: qthelper: add a refcounting wrapper around mpv_handle
This is useful to deal with crazy Qt object lifetime issues (the following commit needs it).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 69458d0d49..04af0c9438 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -25,6 +25,7 @@ API changes
::
+ 1.12 - add class Handle to qthelper.hpp
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