From e96d6197d7f675c7fb8121614290435078f570f8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 9 Oct 2014 21:23:46 +0200 Subject: client API: add an explanatory comment So someone reading this at least has a chance to find out what this is needed for. --- player/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/client.c b/player/client.c index 23193a1391..ca4317d89e 100644 --- a/player/client.c +++ b/player/client.c @@ -120,7 +120,7 @@ struct mpv_handle { int properties_updating; uint64_t property_event_masks; // or-ed together event masks of all properties - bool fuzzy_initialized; + bool fuzzy_initialized; // see scripting.c wait_loaded() struct mp_log_buffer *messages; }; -- cgit v1.2.3