Zebediah Figura (@zfigura) commented about dlls/wmvcore/tests/wmvcore.c:
trace("%lu: %04lx: IWMReaderCallback::OnSample(output %lu, time %I64u, duration %I64u, flags %#lx)\n", GetTickCount(), GetCurrentThreadId(), output, time, duration, flags);
- if (callback->last_pts[output] > time && callback->todo_rewind)
- {
callback->todo_rewind = false;
todo_wine ok(0, "changing compression state in Wine rewinds the stream\n");
callback->last_pts[0] = 0;
callback->last_pts[1] = 0;
- }
"if (x) ok(0)" should almost always be "ok(!x)".