Change #271728
| Category | ffmpeg |
| Changed by | James Almer <jamrial@gmail.com> |
| Changed at | Thu 18 Jun 2026 18:46:54 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 62731e05ab6f8b1aaefc33f3400952e88ada04fe |
Comments
avformat/mov: don't assume a sample to be the last in fragmented input Both the seek index and the stream duration are constantly being updated as trun boxes are read. Fixes mpv issue 18149. Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- libavformat/mov.c