[FFmpeg-devel] [PATCH 2/6] Make libavformat/internal.h standalone (include inttypes.h).
Diego Biurrun
diego
Sat Oct 4 13:20:54 CEST 2008
On Sat, Oct 04, 2008 at 12:35:49PM +0200, Diego 'Flameeyes' Petten? wrote:
>
> --- a/libavformat/internal.h
> +++ b/libavformat/internal.h
> @@ -21,6 +21,8 @@
>
> +#include <inttypes.h>
> +
> char *ff_data_to_hex(char *buf, const uint8_t *src, int size);
For uint8_t and similar types, just stdint.h is enough.
Diego
More information about the ffmpeg-devel
mailing list