mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-26 14:43:19 +00:00
This introduces support for width%4==2 in addition to width%4==0. For odd widths, some more checks are needed, since the current code always handles two luma items in a row, thus there is a possibility of an overread by one.