Change #254585
| Category | ffmpeg |
| Changed by | Desmond Liu <desmond.liu@netint.ca> |
| Changed at | Fri 09 Jan 2026 02:28:45 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 48c9c38684846fa6eedf22bdb6c60bb2a1d7a18b |
Comments
fftools/ffmpeg_demux: Fix readrate sleep calculation 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().
Changed files
- fftools/ffmpeg_demux.c