summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-09-03 14:52:11 +0200
committerwm4 <wm4@nowhere>2020-09-03 14:52:11 +0200
commit4b3500dd1414d8406f77ef3e68d606d3a69f1a5e (patch)
tree322670f63bb88ecb986d56c25362e0b36440bc71 /DOCS
parent80bf6b26ba800b0bf65b40123940481e4e9911b7 (diff)
downloadmpv-4b3500dd1414d8406f77ef3e68d606d3a69f1a5e.tar.bz2
mpv-4b3500dd1414d8406f77ef3e68d606d3a69f1a5e.tar.xz
client API: inactivate the opengl_cb API
The render API replaced the opengl_cb API over 2 years ago. Since then, the opengl_cb API was emulated on top of the render API. While it would probably be reasonable to emulate these APIs until they're removed in an eventual libmpv 2.0 bump, I have some non-technical reasons to disable the API now. The API stubs remain; they're needed for formal ABI compatibility.
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 35ffc58086..308ce44b4b 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -34,6 +34,9 @@ API changes
--- mpv 0.33.0 ---
1.109 - add MPV_RENDER_API_TYPE_SW and related (software rendering API)
+ - inactivate the opengl_cb API (always fails to initialize now)
+ The opengl_cb API was deprecated over 2 years ago. Use the render API
+ instead.
1.108 - Deprecate MPV_EVENT_IDLE
- add mpv_event_start_file
- add the following fields to mpv_event_end_file: playlist_entry_id,