mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-21 13:31:12 +01:00
Using unsigned for fps is more natural since the corresponding AVTimecode field is unsigned. It also fixes a -Wformat-truncation warning from GCC 16: in case fps were negative, hours, minutes and seconds would be negative, leading to additional '-' characters which are not accounted for in AV_TIMECODE_STR_SIZE. Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
7.5 KiB
7.5 KiB