OSDN Git Service

vorbis: Replace sized int_fast integer types with plain int/unsigned.
authorDiego Biurrun <diego@biurrun.de>
Fri, 29 Apr 2011 18:12:48 +0000 (20:12 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 29 Apr 2011 18:28:40 +0000 (20:28 +0200)
commitcf3ac54339c42530342ec053b981d7b717404889
tree9f004aa53fdeb4f3824fa7d205531f720c17bf05
parenta734fa575f94c7c28103420f756b5f64dd0c806b
vorbis: Replace sized int_fast integer types with plain int/unsigned.

int/unsigned is the natural memory access type for CPUs, using sized types
for temporary variables, counters and similar just increases code size and
can possibly cause a slowdown.
libavcodec/vorbis.c
libavcodec/vorbis.h
libavcodec/vorbisdec.c