iniwf / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

assert happens in webmmuxcontext.cpp #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 hwasoo...@google.com on 22 Dec 2010 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by matthewj...@google.com on 16 Feb 2012 at 10:28

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:08