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

Måns Rullgård mans
Fri May 22 17:40:55 CEST 2009


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).

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



More information about the ffmpeg-devel mailing list