[FFmpeg-devel] [PATCH] ffprobe: make writer_print_integer support to long int values
Clément Bœsch
ubitux at gmail.com
Wed Nov 16 07:39:12 CET 2011
On Wed, Nov 16, 2011 at 12:43:59AM +0100, Stefano Sabatini wrote:
> This makes possible to use writer_print_integer for printing int64_t
> values.
Any reason not to use int64_t?
It can cause various issues; AFAIK Windows' long is 32 bit long for
instance, even in 64 bits. Maybe you wanted a "long long int"?
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111116/23b28f73/attachment.asc>
More information about the ffmpeg-devel
mailing list