diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-29 20:15:00 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-01 20:50:12 +0200 |
commit | ad1862d64ae28251e2740e437bbc639492a374a0 (patch) | |
tree | 52be57b4c8bd6bb1b2b2cf192010cf71a0ff968a /Doxyfile | |
parent | e27ce0eea36b7631ad26a8f41b93855e3ae7e8f9 (diff) | |
download | ffmpeg-ad1862d64ae28251e2740e437bbc639492a374a0.tar.gz |
ALPHA: 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 'Doxyfile')
0 files changed, 0 insertions, 0 deletions