OSDN Git Service

In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos element...
authorCédric Schieli <cschieli@gmail.com>
Wed, 11 Mar 2009 14:22:53 +0000 (14:22 +0000)
committerCédric Schieli <cschieli@gmail.com>
Wed, 11 Mar 2009 14:22:53 +0000 (14:22 +0000)
commitc662e788ce9eb02f14a689bda2865ac6b46274ca
treeb36fc59b5768b85e47b02fe8e6d00ffa16fa4ce2
parentcd823ff950cf81d54965eceedb64569fee79ab36
In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos element is initialized on the wrong index (not evenly aligned). This fixes it

Originally committed as revision 28933 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale.c