stream_cb: fix stale comment

Oops.
This commit is contained in:
wm4 2016-08-08 10:34:12 +02:00
parent 355a145a48
commit 56c52bd2e1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {
/**