Sorry, I accidentally sent it before I got to post anything.<br><br>In RTPSink.cpp,<br><br> unsigned lastReceivedTimeNTP<br> = (unsigned)((lastReceivedTimeNTP_high<<16) + fractionalPart + 0.5);<br><br>A 32-bit value is shifted, then cast to 64-bit value (this is because of the parenthesis); I'm not sure if lastReceivedTimeNTP_high gets large enough for this to be an issue, or if this is intended?<br>
<br><br><div class="gmail_quote">On Wed, Mar 10, 2010 at 2:10 PM, Jeremy Noring <span dir="ltr"><<a href="mailto:jnoring@logitech.com">jnoring@logitech.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In <br>
</blockquote></div><br>