On Wed, Jul 09, 2014 at 11:37:31PM +0800, Star Brilliant wrote: > On 2014-07-09 23:09, Derek Buitenhuis wrote: > >You misunderstand what I am asking. int may be 32bits, and timestamps > >generate 64. > >is LRC guaranteed to only have 32bit timestamps? > > I find no portable way to scanf a 64-bit integer in C90 standard. > sscanf(buf, "%" SCNd64, &ptr); is a C99 thing.
SCNd64 is used in libavformat already, so its use is ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be made as simple as possible, but not simpler. -- Albert Einstein
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel