ok, so visual C++ is not C99 compliant, but I was wondering how can I access fixed bit length integer types as the one defined in stdint.h (intN_t).
thx in advance
Try this: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2006-December/020305.html Or try to adopt stdint.h and other C99 stuff from the MinGW compiler (check MinGW license rules carefully)...