From 2e768ad0d89e6a787187b2831914b46f449d4fc0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Apr 2018 14:09:25 +0200 Subject: client API: minor clarification This was a bit confusing. --- libmpv/render.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpv') 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; -- cgit v1.2.3