Change #264732
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Thu 16 Apr 2026 22:59:39 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 16a57b2985b8260e0e3e295f9621ff8a5de1f80b |
Comments
swscale/ops_dispatch: ensure block size is multiple of pixel size This could trigger if e.g. a backend tries to operate on monow formats with a block size that is not a multiple of 1. In this case, `block_size_in` would previously be miscomputed (to e.g. 0), which is obviously wrong. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/ops_dispatch.c