mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-27 17:30:03 +01: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.