summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-02-20 15:32:31 +0100
committerwm4 <wm4@nowhere>2017-02-20 15:32:31 +0100
commit5519d0dde4eac9ed46d253b130914b7130395a47 (patch)
treeea9c1cf1425d19b60e62eadbf6871d515175cf1d /libmpv
parent326920a9bf76be562ae65c55609edf65072129ad (diff)
downloadmpv-5519d0dde4eac9ed46d253b130914b7130395a47.tar.bz2
mpv-5519d0dde4eac9ed46d253b130914b7130395a47.tar.xz
stream_cb: remove leftover doxygen line
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/stream_cb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpv/stream_cb.h b/libmpv/stream_cb.h
index a9a9e05519..ec48a3c511 100644
--- a/libmpv/stream_cb.h
+++ b/libmpv/stream_cb.h
@@ -196,7 +196,6 @@ typedef struct mpv_stream_cb_info {
* @param user_data opaque user data provided via mpv_stream_cb_add()
* @param uri name of the stream to be opened (with protocol prefix)
* @param info fields which the user should fill
- * @return opaque cookie identifing the newly opened stream
* @return 0 on success, MPV_ERROR_LOADING_FAILED if the URI cannot be opened.
*/
typedef int (*mpv_stream_cb_open_ro_fn)(void *user_data, char *uri,