From 5519d0dde4eac9ed46d253b130914b7130395a47 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 20 Feb 2017 15:32:31 +0100 Subject: stream_cb: remove leftover doxygen line --- libmpv/stream_cb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpv') 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, -- cgit v1.2.3