[Ffmpeg-devel] [PATCH] avcodec.h should include stdint.h

Diego Biurrun diego
Fri Mar 9 15:43:29 CET 2007


On Fri, Mar 09, 2007 at 04:33:29PM +0200, Ismail D??nmez wrote:
> avcodec.h uses INT64_C macro but not include stdint.h, either it shouldn't
> use that macro or should include stdint.h . Attached patch does the latter.

It includes inttypes.h via avutil.h and common.h.  Supposedly inttypes.h
includes stdint.h, it does on my glibc system ...

Diego





More information about the ffmpeg-devel mailing list