swscale: Use alpha from the right row in yuva2rgba_c
authorMartin Storsjö <martin@martin.st>
Mon, 6 May 2013 11:48:25 +0000 (14:48 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 6 May 2013 14:40:25 +0000 (17:40 +0300)
commit6e293d111fcad27d52a2ef5ad77b1009f1743396
tree3bb880f0a2cb150a0d75ce8acd57069f53164354
parent6c5eac9a603a91a707d030d96ba97e2ef6b3ce50
swscale: Use alpha from the right row in yuva2rgba_c

Every other pixel had the alpha channel taken from the wrong
row.

This fixes bug 504.

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
libswscale/yuv2rgb.c