diff options
author | wm4 <wm4@nowhere> | 2014-10-28 16:19:07 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-28 20:30:12 +0100 |
commit | 65db3291b327797ac7d09ba2ea36db9ba5383f18 (patch) | |
tree | d43c2bb41969472e18c71e7b7275e5cbd2206814 /DOCS | |
parent | 3cde02fe2292bbc6e213b6a619c2bafa21412276 (diff) |
client API: better error reporting
Give somewhat more information on playback failure.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/client-api-changes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst index b6b5dbc6ca..e868d554d3 100644 --- a/DOCS/client-api-changes.rst +++ b/DOCS/client-api-changes.rst @@ -26,6 +26,8 @@ API changes :: 1.9 - add enum mpv_end_file_reason for mpv_event_end_file.reason + - add MPV_END_FILE_REASON_ERROR and the mpv_event_end_file.error field + for slightly better error reporting on playback failure 1.8 - add qthelper.hpp 1.7 - add mpv_command_node(), mpv_command_node_async() 1.6 - modify "core-idle" property behavior |