Change #240073
Category | ffmpeg |
Changed by | James Almer <jamrial | @gmail.com>
Changed at | Fri 18 Jul 2025 19:57:09 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | e32264a1e17a18e8b0e8d86c2171a73b8515f1c6 |
Comments
avformat/mov: don't assume iloc and iinf entries for each item_id will be in the same order Nothing forbids them to be in any order the muxer desires. Fixes demuxing heif samples generated by S1II. Tested-by: Lynne <dev@lynne.ee> Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- libavformat/mov.c