diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-29 20:12:48 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-29 20:28:40 +0200 |
commit | cf3ac54339c42530342ec053b981d7b717404889 (patch) | |
tree | 9f004aa53fdeb4f3824fa7d205531f720c17bf05 /libavformat | |
parent | a734fa575f94c7c28103420f756b5f64dd0c806b (diff) | |
download | ffmpeg-cf3ac54339c42530342ec053b981d7b717404889.tar.gz |
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.
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions