On Wed, Mar 10, 2010 at 3:11 PM, Doug Porter <span dir="ltr">&lt;<a href="mailto:dsp@exacq.com">dsp@exacq.com</a>&gt;</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 &lt;<a href="mailto:jnoring@logitech.com">jnoring@logitech.com</a>&gt; writes:<br>
&gt;<br>
&gt; In RTPSink.cpp,<br>
&gt;<br>
&gt;   unsigned lastReceivedTimeNTP<br>
&gt;     = (unsigned)((lastReceivedTimeNTP_high&lt;&lt;16) + fractionalPart + 0.5);<br>
&gt;<br>
&gt; A 32-bit value is shifted, then cast to 64-bit value (this is<br>
&gt; because of the parenthesis); I&#39;m not sure if<br>
&gt; lastReceivedTimeNTP_high gets large enough for this to be an<br>
&gt; 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>