April 27, 2026
2:52 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/session.c:
goto failed; }
+ if (FAILED(hr = IMFRateControl_GetRate(object->clock_rate_control, NULL, &object->presentation.rate))) + goto failed; + if (config)
Could we assign it to 1.0f instead? Why do we need to call through the clock, for just created object. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10754#note_137750