Zebediah Figura (@zfigura) commented about dlls/wmvcore/async_reader.c:
struct async_reader *reader = impl_from_IWMReader(iface); HRESULT hr;
- TRACE("reader %p, start %s, duration %s, rate %.8e, context %p.\n",
reader, debugstr_time(start), debugstr_time(duration), rate, context);
- TRACE("reader %p, start %I64d, duration %I64d, rate %.8e, context %p.\n",
reader, start, duration, rate, context);
Did you mean to remove the debugstr_time() from these?