Change #271315
| Category | ffmpeg |
| Changed by | James Almer <jamrial@gmail.com> |
| Changed at | Tue 16 Jun 2026 14:18:24 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 44d7755f7ec894dd52076cc37fca78c82556bb73 |
Comments
avformat/mov: export initial padding Some muxers, like Matroska, use it to write priming samples. fate-segment-adts-to-mkv no longer uses the ref file from fate-segment-adts-to-mkv-header-all as it's demuxed through the hls demuxer and this commit exposed a bug where initial padding is not being propagated. Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- libavformat/isom.h
- libavformat/mov.c
- tests/fate/segment.mak
- tests/ref/fate/segment-adts-to-mkv
- tests/ref/fate/segment-adts-to-mkv-header-000
- tests/ref/fate/segment-adts-to-mkv-header-001
- tests/ref/fate/segment-adts-to-mkv-header-002
- tests/ref/fate/segment-adts-to-mkv-header-all