1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 06:42:03 +00:00

stream_cb: fix stale comment

Oops.
This commit is contained in:
wm4 2016-08-08 10:34:12 +02:00
parent 355a145a48
commit 56c52bd2e1

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