Change #275171
| 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 | 9bc73ba3449ff91e760b8c4e0a5d2bbc953ab9ac |
Comments
avformat/shared: treat unexpected EOF as corruption This can happen if e.g. the file is truncated (e.g. by a filesystem bug or self-healing response to an underlying checksum mismatch), in which case we should treat it similar as a corruption case and retry it under -retry_corrupt. Sponsored-by: nxtedition AB Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavformat/shared.c