Change #271908
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Sat 20 Jun 2026 03:05:08 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 3a2c5050c6eb5dd2ffdf74b0af735c4d76ee9013 |
Comments
swscale: fix format equality check I can't say I remember why this logic was written this way, but I can't think of any good reason why we should exclude comparing the image dimensions here - the intent is obviously to allow passthrough / noop. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/swscale.c