mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-07 19:43:20 +02:00
48c9c38684
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().