summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-06 15:27:12 +0200
committerwm4 <wm4@nowhere>2020-05-06 15:27:25 +0200
commitebac24efe64fd103a98ccc6b3a1af839d31974a3 (patch)
treefa4479e07cc95051cec008655b69edee24911e7f /libmpv/client.h
parentf77a4450b4f1c665f92e2f9917482a97650437c6 (diff)
downloadmpv-ebac24efe64fd103a98ccc6b3a1af839d31974a3.tar.bz2
mpv-ebac24efe64fd103a98ccc6b3a1af839d31974a3.tar.xz
client API: correct an outdated comment
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index d5f512003c..b23a69598d 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -785,8 +785,7 @@ typedef enum mpv_format {
MPV_FORMAT_NODE_MAP = 8,
/**
* A raw, untyped byte array. Only used only with mpv_node, and only in
- * some very special situations. (Currently, only for the screenshot-raw
- * command.)
+ * some very specific situations. (Some commands use it.)
*/
MPV_FORMAT_BYTE_ARRAY = 9
} mpv_format;