summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-29 16:07:54 -0500
committerDudemanguy <random342@airmail.cc>2023-10-10 19:10:55 +0000
commitfcebee9080a113f3248d218e451345db3f965b47 (patch)
tree6bec3e71f7d50b7b91e0fbec189ae9265067f1e4 /DOCS/client-api-changes.rst
parent5d44cf93df47046c779fc4da68a09812a2ce4004 (diff)
downloadmpv-fcebee9080a113f3248d218e451345db3f965b47.tar.bz2
mpv-fcebee9080a113f3248d218e451345db3f965b47.tar.xz
libmpv: add mpv_time_ns()
9606c3fca9d568dc43711017dcb35a408c0d2883 added mp_time_ns(). Since we apparently expose the mp_time_us() to clients already, there's no reason to not also expose the new nanosecond one.
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 78ef3e789d..f0926471f3 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,6 +32,8 @@ API changes
::
+ --- mpv 0.37.0 ---
+ 2.2 - add mpv_time_ns()
--- mpv 0.36.0 ---
2.1 - add mpv_del_property()
--- mpv 0.35.0 ---