Re: quartz: Parse audio packets in mpeg splitter to obtain the duration
March 22, 2008
7:20 a.m.
"Maarten Lankhorst" <m.b.lankhorst(a)gmail.com> writes:
+ /* Destination sample should contain no data! But the source sample should */ + assert(!dlen); + assert(*flen);
Are all these asserts really internal code invariants? It seems to me they could be triggered by invalid input data, and in that case an assert is not the appropriate response. -- Alexandre Julliard julliard(a)winehq.org
6578
Age (days ago)
6578
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard