10 Aug
2023
10 Aug
'23
7:24 p.m.
Nikolay Sivov (@nsivov) commented about dlls/evr/sample.c:
sample_allocator_tracking_callback_Invoke, };
-HRESULT WINAPI MFCreateVideoSampleAllocator(REFIID riid, void **obj) +HRESULT create_video_sample_allocator(BOOL lock_notify_release, REFIID riid, void **obj) { struct sample_allocator *object; HRESULT hr;
- TRACE("%s, %p.\n", debugstr_guid(riid), obj); + TRACE("%d, %s, %p.\n", lock_notify_release, debugstr_guid(riid), obj);
Let's keep that trace for public export only. Internally we'll still get traces from individual methods. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3319#note_41946