[FFmpeg-devel] [PATCH] use standard integer types in libavdevice/bktr.c
Diego Biurrun
diego
Fri May 22 17:10:18 CEST 2009
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.
Diego
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bktr.diff
Type: text/x-diff
Size: 1266 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090522/94e636b9/attachment.diff>
More information about the ffmpeg-devel
mailing list