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

Måns Rullgård mans
Thu Mar 13 10:02:59 CET 2008


Diego Biurrun <diego at biurrun.de> writes:

> 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.
>
> Diego
>
> Index: libavutil/rc4.h
> ===================================================================
> --- libavutil/rc4.h	(revision 12430)
> +++ libavutil/rc4.h	(working copy)
> @@ -21,7 +21,7 @@
>  #ifndef FFMPEG_RC4_H
>  #define FFMPEG_RC4_H
>  
> -#include <inttypes.h>
> +#include <stdint.h>

Fine by me.

Didn't you use to argue for using inttypes.h, and not stdint.h?

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list