mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-22 07:21:34 +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.