On Wed, Mar 10, 2010 at 3:11 PM, Doug Porter <span dir="ltr"><<a href="mailto:dsp@exacq.com">dsp@exacq.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Jeremy Noring <<a href="mailto:jnoring@logitech.com">jnoring@logitech.com</a>> writes:<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<br>
> because of the parenthesis); I'm not sure if<br>
> lastReceivedTimeNTP_high gets large enough for this to be an<br>
> issue, or if this is intended?<br>
<br>
</div>The round-trip delay would have to be larger than the period of<br>
overflow (2^16 s) for this to be a problem.<font color="#888888"><a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank"></a></font></blockquote><div><br>Thanks Doug--that clarifies things. <br></div>
</div><br>