Change #266078
| Category | ffmpeg |
| Changed by | Leo Izen <leo.izen@gmail.com> |
| Changed at | Fri 01 May 2026 13:40:24 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 1d36c4d8ae11242b4b090f6381841545000ff8de |
Comments
avcodec/exif.c: reset ifd->size when freeing ifd->entries If we free ifd->entries then we need to set ifd->size to 0 so another call to av_fast_realloc doesn't get confused. Signed-off-by: Leo Izen <leo.izen@gmail.com>
Changed files
- libavcodec/exif.c