Change #266075
| 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 | 4f5dfce5a866caa95ab2dec03d236ee3dfe7a1ed |
Comments
avcodec/exif.c: use less than or equal for max width and height The max width and height for PIXEL_X_TAG and PIXEL_Y_TAG is 0xFFFFu because these are unsigned shorts, but we used < instead of <= erroneously. Fix that. Signed-off-by: Leo Izen <leo.izen@gmail.com>
Changed files
- libavcodec/exif.c