summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpv/stream_cb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/stream_cb.h b/libmpv/stream_cb.h
index 1e6839cac1..a9a9e05519 100644
--- a/libmpv/stream_cb.h
+++ b/libmpv/stream_cb.h
@@ -154,7 +154,7 @@ typedef int64_t (*mpv_stream_cb_size_fn)(void *cookie);
typedef void (*mpv_stream_cb_close_fn)(void *cookie);
/**
- * Values for the mpv_stream_cb_control_fn cmd argument.
+ * See mpv_stream_cb_open_ro_fn callback.
*/
typedef struct mpv_stream_cb_info {
/**