summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index bf4b62fa56..893a4cf3e8 100644
--- a/player/core.h
+++ b/player/core.h
@@ -468,7 +468,8 @@ typedef struct MPContext {
struct mp_abort_entry {
// General conditions.
bool coupled_to_playback; // trigger when playback is terminated
- // Actual trigger to abort the work.
+ // Actual trigger to abort the work. Pointer immutable, owner may access
+ // without holding the abort_lock.
struct mp_cancel *cancel;
// For client API.
struct mpv_handle *client; // non-NULL if done by a client API user