summaryrefslogtreecommitdiffstats
path: root/player/client.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-09 19:27:28 +0200
committerwm4 <wm4@nowhere>2014-04-09 19:27:28 +0200
commitb23a1edf551f5f43f043dac2e89ced1613e43dba (patch)
tree7fa8d705496abfac6cf5f00967047b7aa1ca454d /player/client.c
parente06d57b7f860fce01f51893411e7ab5d61b7b09b (diff)
downloadmpv-b23a1edf551f5f43f043dac2e89ced1613e43dba.tar.bz2
mpv-b23a1edf551f5f43f043dac2e89ced1613e43dba.tar.xz
client: add a comment
Diffstat (limited to 'player/client.c')
-rw-r--r--player/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/client.c b/player/client.c
index 786eaa81a5..fd42d54508 100644
--- a/player/client.c
+++ b/player/client.c
@@ -562,6 +562,8 @@ static bool conv_node_to_format(void *dst, mpv_format dst_fmt, mpv_node *src)
return false;
}
+// Note: for MPV_FORMAT_NODE_MAP, this (incorrectly) takes the order into
+// account, instead of treating it as set.
static bool compare_value(void *a, void *b, mpv_format format)
{
switch (format) {