Change #275170
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Sun 19 Jul 2026 12:20:04 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | c764c4b8e47cd3764aff1de33b1d1f710dd34980 |
Comments
avformat/shared: give up on cache file after too many corrupt blocks If we got 10 corrupt blocks in a row, chances are, the rest of the file is completely corrupt. I didn't bother making this user-configurable as it is already sort of a niche option to work around lack of a reliable filesystem. Sponsored-by: nxtedition AB Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavformat/shared.c