diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-08-27 17:32:50 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-08-28 14:58:52 -0700 |
commit | b64a72e1b2a9250d372add69d4f0f7efc92b16a8 (patch) | |
tree | 169899f6cdb8b603b12d41eb90521e9adba0b4a8 /common.mak | |
parent | 09d5e02ab0448acedc3d516595eebd408eebf679 (diff) | |
download | ffmpeg-streaming-b64a72e1b2a9250d372add69d4f0f7efc92b16a8.zip ffmpeg-streaming-b64a72e1b2a9250d372add69d4f0f7efc92b16a8.tar.gz |
yuv2rgb: handle line widths that are not a multiple of 4.
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.
Diffstat (limited to 'common.mak')
0 files changed, 0 insertions, 0 deletions