9 Feb
2026
9 Feb
'26
8:34 a.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/session.c:
session_set_presentation_clock(session);
- if ((session->presentation.flags & SESSION_FLAG_NEEDS_PREROLL) && session_is_output_nodes_state(session, OBJ_STATE_STOPPED)) + if (session->presentation.rate && (session->presentation.flags & SESSION_FLAG_NEEDS_PREROLL)
Could you add explicit != 0.0f? I think it will make it more obvious. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10054#note_129139