OSDN Git Service

Replace int_fast integer types with their sized standard posix counterparts.
authorDiego Biurrun <diego@biurrun.de>
Fri, 29 Apr 2011 14:08:20 +0000 (16:08 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 12 May 2011 10:05:54 +0000 (12:05 +0200)
commit0a6b1a9f21d5970a0439e32303535ed85f07673e
tree9eae12c19021024467e1c42b1c72d4952f2c431d
parentbe898457081ac2610ad4184272e9254e8922ff59
Replace int_fast integer types with their sized standard posix counterparts.

The _fast integer types provide no realworld benefits, but may introduce
portability issues and are just plain ugly.
libavcodec/cavs.h
libavcodec/cavsdata.h
libavcodec/ffv1.c
libavcodec/vorbis.c
libavcodec/vorbis.h
libavcodec/vorbisdec.c
libavcodec/vorbisenc.c