mirror of https://github.com/mpv-player/mpv
client API: minor clarification
This was a bit confusing.
This commit is contained in:
parent
7af6cabcba
commit
2e768ad0d8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue