From 56c52bd2e13e87c93c031458c8bd5963d5f693fe Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 8 Aug 2016 10:34:12 +0200 Subject: stream_cb: fix stale comment Oops. --- libmpv/stream_cb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /** -- cgit v1.2.3