Change #266074
| 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 | 2cddfe7d0c101ed30edafb5d4ef8c0efde61559b |
Comments
avcodec/exif.c: pop entry off IFD if allocation fails In av_exif_set_entry, if cloning the entry fails because of an alloc failed, then we remove the entry from the IFD. If that entry exists in the middle of ifd->entries we need to shift everything to the left which this commit implements. Signed-off-by: Leo Izen <leo.izen@gmail.com>
Changed files
- libavcodec/exif.c