mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-24 08:48:37 +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>