Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #264736

Category ffmpeg
Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
Changed at Thu 16 Apr 2026 22:59:39
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision dba7b81b3862ad38e471ab92a9c577f7ae0eac3f

Comments

swscale/ops_dispatch: avoid calling comp->func with w=0
The x86 kernel e.g. assumes that at least one block is processed; so avoid
calling this with an empty width. This is currently only possible if e.g.
operating on an unpadded, very small image whose total linesize is less than
a single block.

Signed-off-by: Niklas Haas <git@haasn.dev>

Changed files