You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1: const ULONG vt = pvf->GetTimecode();
2: assert(vt >= c.m_timecode);
3: assert((pvf_stop == 0) || (vt < pvf_stop->GetTimecode()));
It happens when live streaming and capturing at line 2.
Original issue reported on code.google.com by [email protected] on 22 Dec 2010 at 10:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Dec 2010 at 10:42The text was updated successfully, but these errors were encountered: