summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorSam Van Den Berge <sam.van.den.berge@gmail.com>2023-04-10 16:15:21 +0200
committerDudemanguy <random342@airmail.cc>2023-04-11 20:06:42 +0000
commitb573a4967d55af45500ea34aa5beb174c460e49a (patch)
treec74750122fb6c789d6c42d898cd826c243b34c45 /libmpv/client.h
parent3c1686488b48bd2760e9b19f42e7d3be1363d00a (diff)
downloadmpv-b573a4967d55af45500ea34aa5beb174c460e49a.tar.bz2
mpv-b573a4967d55af45500ea34aa5beb174c460e49a.tar.xz
libmpv: fix file name in documentation
render_cb.h doesn't exist but render.h does.
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 414c6fe80e..b9697eb741 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -182,7 +182,7 @@ extern "C" {
* Embedding the video window
* --------------------------
*
- * Using the render API (in render_cb.h) is recommended. This API requires
+ * Using the render API (in render.h) is recommended. This API requires
* you to create and maintain an OpenGL context, to which you can render
* video using a specific API call. This API does not include keyboard or mouse
* input directly.