summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-05 02:11:55 +0200
committerwm4 <wm4@nowhere>2019-10-05 02:11:55 +0200
commit49a075d01e2a5cc428ecd513d8bd7e4f5a1e9858 (patch)
tree3249e18dbd5531ef475ed70dbf2ddea9847679ac /libmpv/client.h
parent788203031dd555ddabba1ed5817485bf3bd00152 (diff)
downloadmpv-49a075d01e2a5cc428ecd513d8bd7e4f5a1e9858.tar.bz2
mpv-49a075d01e2a5cc428ecd513d8bd7e4f5a1e9858.tar.xz
DOCS/compatibility.rst: add this file
Another thing nobody will read. I'm attempting to document the rules by which incompatible changes can be made. These rules have always been present in this project, but I don't think they were written down. Or maybe they were, but I forgot where. I think due to the time of the day it became increasingly incoherent (not necessarily near the end of the text). Hopefully no logical or freudian lapses in there.
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 0ede0561dd..8a9f1f7368 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -199,6 +199,8 @@ extern "C" {
* MPV_FORMAT_STRING over other types to decouple your code from potential
* mpv changes.
*
+ * Also see: DOCS/compatibility.rst
+ *
* Future changes
* --------------
*