width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 27 Jun 2005 07:40:24 +0000 (07:40 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 27 Jun 2005 07:40:24 +0000 (07:40 +0000)
commitd926e8c5c39758fee31e06de4680cd5d15abcf8e
tree8cc66510ad9f37acbd5fd53e8cca61000e0bf784
parentedfaf6de29af22d3ec5380293908b76cf449b7db
width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)
cleanup by me
  indention fixed
  second one must be yv12touyvy instead of yv12toyuy2
  replace slow modulo by bitwise and
  move %16!=0 code before the comment saying the code cant handle %16!=0

Originally committed as revision 15825 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/swscale_altivec_template.c