mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-11 08:35:27 +01:00
Perform multiple improvements to increase code robustness. In particular: - favor unsigned counters for loops - add missing checks - avoid possible leaks - move variable declarations to inner scopes when feasible - provide explicit type-casting when needed Signed-off-by: softworkz <softworkz@hotmail.com>