From 7ca4a453e03d76621c7740b71ba17157c7756737 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Sun, 7 Aug 2016 18:10:05 +0200 Subject: client API: add stream_cb API for user-defined stream implementations Based on #2630. Some heavy changes by committer. Signed-off-by: wm4 --- libmpv/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpv/client.h') diff --git a/libmpv/client.h b/libmpv/client.h index ba072b1d7d..57eeaf0af8 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -299,7 +299,7 @@ typedef enum mpv_error { */ MPV_ERROR_COMMAND = -12, /** - * Generic error on loading (used with mpv_event_end_file.error). + * Generic error on loading (usually used with mpv_event_end_file.error). */ MPV_ERROR_LOADING_FAILED = -13, /** @@ -1610,7 +1610,7 @@ typedef enum mpv_sub_api { * Will return NULL if unavailable (if OpenGL support was not compiled in). * See opengl_cb.h for details. */ - MPV_SUB_API_OPENGL_CB = 1 + MPV_SUB_API_OPENGL_CB = 1, } mpv_sub_api; /** -- cgit v1.2.3