mirror of https://github.com/mpv-player/mpv
client API: remove comment about error status
mpv_event_property (for property observation) actually never sets an error status. You cannot distinguish between unavailable properties and properties which returned an error. Not sure if it ever did.
This commit is contained in:
parent
b054abe7fc
commit
ce9d2c9f8e
|
@ -1496,7 +1496,6 @@ typedef struct mpv_event_property {
|
|||
*
|
||||
* Note that this is set to NULL if retrieving the property failed (the
|
||||
* format will be MPV_FORMAT_NONE).
|
||||
* See mpv_event.error for the status.
|
||||
*/
|
||||
void *data;
|
||||
} mpv_event_property;
|
||||
|
|
Loading…
Reference in New Issue