summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-20 14:09:25 +0200
committerwm4 <wm4@nowhere>2018-04-20 14:09:25 +0200
commit2e768ad0d89e6a787187b2831914b46f449d4fc0 (patch)
tree72edb4f2281bbc60a8acecab1839d11cc9b360f9
parent7af6cabcba434dfe47619866526bd3c739789d32 (diff)
downloadmpv-2e768ad0d89e6a787187b2831914b46f449d4fc0.tar.bz2
mpv-2e768ad0d89e6a787187b2831914b46f449d4fc0.tar.xz
client API: minor clarification
This was a bit confusing.
-rw-r--r--libmpv/render.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpv/render.h b/libmpv/render.h
index 68a6b6bf52..34adb39646 100644
--- a/libmpv/render.h
+++ b/libmpv/render.h
@@ -195,8 +195,8 @@ typedef enum mpv_render_param_type {
* will not write to the params array or any data pointed to it.
*
* As a convention, parameter arrays are always terminated by type==0. There
- * is no specific order of the parameters required. The order of fields is
- * guaranteed (even after ABI changes).
+ * is no specific order of the parameters required. The order of the 2 fields in
+ * this struct is guaranteed (even after ABI changes).
*/
typedef struct mpv_render_param {
enum mpv_render_param_type type;