summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-28 15:44:25 +0100
committerwm4 <wm4@nowhere>2014-10-28 20:30:12 +0100
commit3cde02fe2292bbc6e213b6a619c2bafa21412276 (patch)
tree54da27cce4dfbe1f1dd8701bae3336232c3cbff3 /DOCS
parent77b06fa017c70491c9b3820fdf14aeeb27b6088c (diff)
downloadmpv-3cde02fe2292bbc6e213b6a619c2bafa21412276.tar.bz2
mpv-3cde02fe2292bbc6e213b6a619c2bafa21412276.tar.xz
client API: add an enum for mpv_event_end_file.reason
Using magic integer values was an attempt to keep the API less verbose. But it was probably not a good idea. Reason 1 (restart) is not made explicit, because it is not used anymore starting with the previous commit. For ABI compatibility, the value is left as a hole in the enum.
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 a72bf9e398..b6b5dbc6ca 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -25,6 +25,7 @@ API changes
::
+ 1.9 - add enum mpv_end_file_reason for mpv_event_end_file.reason
1.8 - add qthelper.hpp
1.7 - add mpv_command_node(), mpv_command_node_async()
1.6 - modify "core-idle" property behavior