ffmpeg/libswscale
Ronald S. Bultje b64a72e1b2 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.
2012-08-28 14:58:52 -07:00
..
2012-01-12 16:43:17 -08:00
2012-08-03 22:51:05 +02:00
2012-08-15 22:32:06 +03:00
2012-08-03 22:51:05 +02:00