[Live-devel] [PATCH] Kasenna XML to SDP duration field fix

Ross Finlayson finlayson at live555.com
Wed Nov 30 01:18:02 PST 2005


>The whole point of the patch is to get away from a 32bit number. The 
>reason I had it as unsigned long long was because an unsigned long 
>is still just a 32bit number and not large enough to hold the length 
>of a full movie in microseconds. unsigned long long is a 64bit 
>number and so over comes the short coming. It's a C99 data type, I 
>don't know what version of Visual C++ you are using but it's listed 
>as a supported type on MSDN.
>
>Does uint64_t work instead ?

I now use "u_int64_t".  The change is included in the latest software 
version (2005.11.30a).


	Ross Finlayson
	Live Networks, Inc. (LIVE555.COM)
	<http://www.live555.com/>



More information about the live-devel mailing list