]> git.sesse.net Git - ffmpeg/commit
swscale: fix 16-bit scaling when output is 8-bits.
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 8 Jul 2011 21:52:52 +0000 (14:52 -0700)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 11 Jul 2011 01:51:46 +0000 (03:51 +0200)
commitac9ac45aca7d3114dc790f794b49f066b4178827
treec7cbdad529627429c8837dacc2488aae12b79681
parent08b57574c6a1bde51576f42546b7b9f8c03f9297
swscale: fix 16-bit scaling when output is 8-bits.

We would use the second half of the U plane buffer, rather than the
V plane buffer, to output the V plane pixels.
libswscale/utils.c
libswscale/x86/swscale_template.c