Revision cf3ac543
ID | cf3ac54339c42530342ec053b981d7b717404889 |
Parent | a734fa57 |
Child | 0247bdee |
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.
Files
- added
- modified
- copied
- renamed
- deleted