[FFmpeg-devel] [PATCH v2] swscale: add unscaled conversion from yuv420p to p010

Carl Eugen Hoyos ceffmpeg at gmail.com
Sun Sep 4 13:43:47 EEST 2016


2016-09-03 15:25 GMT+02:00 Timo Rothenpieler <timo at rothenpieler.org>:

> +            output_pixel(tdstY++, (t | (t << 8)) & 0xFFC0);

Please remove the "& 0xFFC0" here and below.

Carl Eugen


More information about the ffmpeg-devel mailing list