OSDN Git Service

dsputil: use vertical component for drawing bottom edge.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 25 Jan 2012 09:17:52 +0000 (17:17 +0800)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 25 Jan 2012 10:06:36 +0000 (18:06 +0800)
commitc3af52fa8bbd6f1c5c0c70af89b02ff5b394f21d
tree4acfbd371ee3b0a447f2b9b35d6325bc5da37426
parentefe68076dab56293168ffb66d7b6c1977b740098
dsputil: use vertical component for drawing bottom edge.

Current code only writes 8 pixels of vertical edge for YUV422, which
causes MC artifacts when subsequent frames use data from that edge.
libavcodec/x86/dsputil_mmx.c