9 Aug
2022
9 Aug
'22
11:45 a.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/session.c:
float rate; } presentation; struct list topologies; - struct list commands; + + struct session_op *pending_command; + struct list queued_commands; +
Renaming this field is what constitutes best part of the diff. If "commands" turns up to be a really bad fit, let's change it some time later, with a separate patch. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/607#note_5901