summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-20 23:05:52 +0200
committerwm4 <wm4@nowhere>2015-04-20 23:09:34 +0200
commitccfe4d64184ae4c2983ae6b099c7c7ebb3770d0f (patch)
tree7f68f8110e1aefa082198bac86a83956cac884cc /DOCS/client-api-changes.rst
parent2469cb5d1f6056f770ef3e454773595b9f720faa (diff)
downloadmpv-ccfe4d64184ae4c2983ae6b099c7c7ebb3770d0f.tar.bz2
mpv-ccfe4d64184ae4c2983ae6b099c7c7ebb3770d0f.tar.xz
client API: add MPV_FORMAT_BYTE_ARRAY type
This will be used in the following commit, which adds screenshot_raw. The reasoning is that this will be better for binding scripting languages. One could special-case the screenshot_raw commit and define fixed semantics for passing through a pointer using the current API, like formatting a pointer as string. But that would be ridiculous and unclean.
Diffstat (limited to 'DOCS/client-api-changes.rst')
-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 62640889b6..9b3f21c7c8 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -25,6 +25,7 @@ API changes
::
+ 1.17 - add MPV_FORMAT_BYTE_ARRAY
--- mpv 0.9.0 will be released ---
1.16 - add mpv_opengl_cb_report_flip()
- introduce mpv_opengl_cb_draw() and deprecate mpv_opengl_cb_render()