summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2024-04-17 21:18:44 +0200
committersfan5 <sfan5@live.de>2024-04-17 21:18:44 +0200
commit02254b92dd237f03aa0a151c2a68778c4ea848f9 (patch)
tree1da89a218d0ecf010c67a87cb2f625c4cb18e7d7 /DOCS/client-api-changes.rst
parent7a8a92be8d8acac9a3bc922e28d5bd271c189ea4 (diff)
downloadmpv-02254b92dd237f03aa0a151c2a68778c4ea848f9.tar.bz2
mpv-02254b92dd237f03aa0a151c2a68778c4ea848f9.tar.xz
Release 0.38.0v0.38.0release/0.38
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 565912cb81..7d348819ce 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,10 +32,11 @@ API changes
::
--- mpv 0.38.0 ---
- 2.3 - partially revert the changes from API version 1.27, remove libmpv as the default VO and
- move it to the bottom of the auto-probing order. this restores the behaviour prior API
- version 1.27 on all platforms other than macOS, but still auto selects libmpv/cocoa-cb
- on macOS if it was built with support for cocoa-cb.
+ 2.3 - partially revert the changes from API version 1.27, remove libmpv as
+ the default VO and move it to the bottom of the auto-probing order.
+ This restores the prior behavior on all platforms other than macOS,
+ but still auto selects libmpv/cocoa-cb on macOS if it was built with
+ support for cocoa-cb.
--- mpv 0.37.0 ---
2.2 - add mpv_time_ns()
--- mpv 0.36.0 ---