mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-27 18:47:23 +02:00
ad1862d64a
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.