Nikolay Sivov (@nsivov) commented about dlls/mf/session.c:
session->presentation.start_position.vt = VT_EMPTY; PropVariantCopy(&session->presentation.start_position, start_position);
session_subscribe_sources(session);
if (FAILED(hr = session_subscribe_sources(session))) {
session_command_complete_with_event(session, MESessionStarted, hr, NULL);
return;
}
Please use opening brace on a separate line, like the rest of this file.