From b23a1edf551f5f43f043dac2e89ced1613e43dba Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 9 Apr 2014 19:27:28 +0200 Subject: client: add a comment --- player/client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'player/client.c') 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) { -- cgit v1.2.3