mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 01:22:30 +00:00
client: add a comment
This commit is contained in:
parent
e06d57b7f8
commit
b23a1edf55
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user