mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-16 20:43:10 +00:00
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.