[FFmpeg-devel] [PATCH] replace inttypes.h with stdint.h

Rich Felker dalias
Thu Mar 13 16:36:21 CET 2008


On Thu, Mar 13, 2008 at 09:34:57AM +0100, Diego Biurrun wrote:
> This replaces one usage of #include <inttypes.h> with the slightly more
> portable #include <stdint.h> in a libavutil header.  It is what all the
> other headers use.

Misleading description but I don't care to argue against the change
anymore. inttypes.h is more portable due to being included in susv2
which predates c99 and stdint.h.

Rich




More information about the ffmpeg-devel mailing list