mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-08-09 15:24:47 +00:00
The default of 1000 may result in off by 1 errors when rescaling certain durations, as is the case of fate-gaplessenc-itunes-to-ipod-aac, so lets try to prevent that by using a global timescale every track can agree with whenever possible. Signed-off-by: James Almer <jamrial@gmail.com>