summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h4
1 files changed, 2 insertions, 2 deletions
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;
/**