summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-08 10:34:12 +0200
committerwm4 <wm4@nowhere>2016-08-08 10:34:12 +0200
commit56c52bd2e13e87c93c031458c8bd5963d5f693fe (patch)
tree03c33a123fd4ff338255588f313e2c89024f3b1b /libmpv
parent355a145a48d9390cc45514788eb99ee0f59251ef (diff)
downloadmpv-56c52bd2e13e87c93c031458c8bd5963d5f693fe.tar.bz2
mpv-56c52bd2e13e87c93c031458c8bd5963d5f693fe.tar.xz
stream_cb: fix stale comment
Oops.
Diffstat (limited to 'libmpv')
-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 {
/**