[FFmpeg-devel] [PATCH] use standard integer types in libavdevice/bktr.c

Diego Biurrun diego
Fri May 22 19:22:19 CEST 2009


On Fri, May 22, 2009 at 04:40:55PM +0100, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > libavdevice/bktr.c uses the BSD (?) variants like u_int64_t of standard
> > integer types like uint64_t.  Here is a patch to change the file to the
> > standard types that we use in other places, which I think is desirable.
> >
> > It's not compile-tested since I do not have access to a BSD system, but
> > it should be trivial.
> 
> That file will only be used on BSD systems, so I don't see a problem.
> The headers probably already use the BSD types, and mismatches might
> result in compiler warnings (or worse).

Even though uint8_t is already used?

Diego



More information about the ffmpeg-devel mailing list