mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-03-20 11:27:45 +01:00
Calculation of max_pts and limit_pts may overflow because adding (int64_t + int64_t + float) results in a float that easily overflows. This can trigger a very long av_usleep().